Why is "program" parameter needed for cppdbg DAP adapter when using attach? #11860
Unanswered
Shmerl (shmerl)
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
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to use cpppdbg DAP adapter with gdb and noticed one strange thing. Why does it need
program(i.e. binary) parameter besides justprocessIdwhen using attach request? Can't gdb attach to a process simply by pid?All reactions