I use vscode and gdb to debug my program. When I set a break, I get msg "Unable to perform this action because the process is running". How to prevent this kind of problem. I don't want to send ctrl-c signal.
I use vscode and gdb to debug my program. When I set a break, I get msg "Unable to perform this action because the process is running". How to prevent this kind of problem. I don't want to send ctrl-c signal.