Open martinbonneau opened 4 months ago
I think I may be running into the same problem.
Every time the debugger suddenly stops, I can see this message in the Extension Host output: [error] Error: Invalid debug adapter
, followed by a useless (to me) stack trace of minified VSCode internals.
This issue might be related: https://github.com/microsoft/vscode/issues/196948
Hi, thanks for your work !
I was trying to use your debugger but I have some troubles with it. My configuration seams well as far as I don't get any error using Launch : the installation is successfull on the AVD (AS not running), attaching debugger looks successfull too, but no breakpoint are activated and, if i try to add new one, the debugger stop without error message in console.
Kinda the same behavior when i attach to existing app : telling me that it's successfull attached and directly stop.
I try to use the debugger from decompiled APK, idk if it's supported but i presume yes since someone made an article on the subject ! I'm not sure what I do wrong, please find my config file + console output when Launching. Maybe it's about the appSrcRoot but not really sure since no error telling me ources are not found is triggered !
Note : the mentionned article
Thanks a lot, Bests