mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 09:29:38 +00:00
Attach to running app #75
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 @adelphes on 4/22/2020
Add new launch configuration to allow the debugger to connect to debuggable apps and Java processes running on the device.
The default configuration uses a processId value of
"${command:PickAndroidProcess}"to automicatically invoke a new extension command to list debuggable processes running on the connected device.appSrcRootin order to identify breakpoint locations.adb jdwpcommand never terminates - we use a timeout value to limit how long we search for debuggable processes.untilclosedflag has been added to the socket functions to allow this, which keeps reading from the socket until the other side closes it.