Kill the program being debugged? (y or n) [answered Y; input not from terminal] #10194
Unanswered
jiuyuan-light
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.
Uh oh!
There was an error while loading. Please reload this page.
-
1、First, I use the gdbserver tool attach to a process,



2、Then, I used vscode debugging and "Shift+F5" to terminate debugging. The debugged process was also terminated, but this was not what I expected. I received the following prompt:
3、At present, I can forcibly stop gdbserver without letting the debugged program terminate. Is there any other way?
Beta Was this translation helpful? Give feedback.
All reactions