The "Model" window showing local processes instead of remote processes when debugging Android on-device. #8704
Closed
shamefulCake1
started this conversation in
Debugger
Replies: 3 comments
-
|
@shamefulCake1 Definitely the case. We have a longstanding ticket for this. Generally, doesn't work for our remote agents. Let me revisit this - seems like we might be able to do something sane for the android case, although how to graft this onto the generic lldb engine is less clear to me. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Well, just running "attach" in a detached debugger produces a list of processes in |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Converted to issue #8711 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When debugging via "lldb Android" (assuming debugger connection succeeded and the program is stopped), in the window called "Model", there is a tree widget with two top-level entries: "Available" and "Processes".
The "Processes" shows the PID on the device. But "Available" shows processes on the development machine.
I am almost sure this is not what is expected.
Beta Was this translation helpful? Give feedback.
All reactions