You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running gdbserver in a docker container which has halted the process I wish to connect to. I can connect to the process without any problems, however the debugger wants to kill the existing process instead of just attaching.
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (16788) ->~\"A program is being debugged already. Kill it? (y or n) [answered Y; input not from terminal]\\n\"\n"},"seq":158}
How can I make the debugger not respond yes when it connects? Here is my launch.json (had to exclude some portions). I can provide more information if required. Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm running
gdbserver
in adocker
container which has halted the process I wish to connect to. I can connect to the process without any problems, however the debugger wants to kill the existing process instead of just attaching.--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (16788) ->~\"A program is being debugged already. Kill it? (y or n) [answered Y; input not from terminal]\\n\"\n"},"seq":158}
How can I make the debugger not respond yes when it connects? Here is my
launch.json
(had to exclude some portions). I can provide more information if required. ThanksBeta Was this translation helpful? Give feedback.
All reactions