Debugger: Attach with pid input or pick from processes #33286
wxitcode
started this conversation in
Ideas From VSCode
Replies: 2 comments 6 replies
-
|
What IS the current intended approach for picking the PID? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
@wxitcode Would you be happy with something that's like this? "label": "attach pid",
"request": "attach",
"adapter": "CodeLLDB",
"pid": "$PickProcessId" |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Like this one in VSCode
vadimcn/codelldb#169 (comment)
input
[ { "label": "attach pid", "request": "attach", "adapter": "CodeLLDB", "pid": "${input:pickPid}" } ]pick
[ { "label": "attach pid", "request": "attach", "adapter": "CodeLLDB", "pid": "${command:pickMyProcess}" } ]Beta Was this translation helpful? Give feedback.
All reactions