mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-23 01:48:18 +00:00
breakpoints dont work in chromium android webview code #141
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aabramovsky on 4/10/2017
Hi Dave.
I am using your androud vscode plugin and it looks very promising. Currently I am trying to debug webview app from chroumium project. I build a debug version of AndroidWebView.apk without optimizations and set up your plugin. It starts activity on the device and shows thread list, but breakpoints show error "breakpoint location is not valid".
Gdb debugger attaches to this process and breakpoints work from command line.
What could be the reason and is it possible to enable breakpoints in vscode?