mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 09:29:38 +00:00
How to debug native applications? #108
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 @fabiopolimeni on 2/25/2019
Hi guys,
I was wondering whether this plugin is capable of debugging native applications through VS.
I have an app and I generate the manifest and the whole directory tree through a python script (no gradle, purely javac). This means that my source files, the *.c files, are kept separated from this tree. Now, when I hit the debug button, the application correctly boots up on my device, but I don't seem to be able to hit the breakpoints in the native code, in fact, they grey out as soon as the debugger starts. Moreover, and I don't know whether this is relevant or not, on the screen of my mobile phone a popup shows up saying the application is waiting for the debugger to be attached. After a few moments it goes away, so I guess, the debugger is properly attached.
Any suggestion?