Interactive Debug with VSCode and Android Emulator

I’ve seen some posts asking this, but no answers.

I’d like to interactively debug with VS Code (and Capacitor) when running my Ionic app in an Android emulator. Is this possible? If so, can you direct me to a white paper/video showing how to wire this up?

Breakpoints, for example, that fire in VS Code from an emulator is what I am after…

This did the trick:

https://marketplace.visualstudio.com/items?itemName=mpotthoff.vscode-android-webview-debug

1 Like