Debugging: Parsing the process name after selecting from dropdown #10689
Unanswered
ericmelvin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using gdbserver with the --multi flag allows me to select a running process from the remote device.
-- (gdbserver --multi :)
After pressing Run and Debug, I am presented with this popdown:
How can I parse the process name after it's selected?
Here is my launch.json
I will replace "/path/to/program" with a python script that I pass the parsed name to, to dynamically build the path.
Beta Was this translation helpful? Give feedback.
All reactions