Debugger doesn't suspend on breakpoint but pausing works
已完成
I am observing a weird behavior of breakpoints - they do not suspend execution although execution can be paused manually. The option to suspend execution is checked for each breakpoint
请先登录再写评论。
Hello!
Is it a Makefile project? If yes, did you add
-g
toCXXFLAGS
in the Makefile?yes, it is a Makefile and it has -g - When I use the native gdb it works fine
Please enable debugger logging as described here, reproduce the issue, do
Help | Collect Logs and Diagnostic Data
and send the resulting archive to clion-support at jetbrains.com. Do not forget to disable debug logging after that. Note that logs might contain private user information (like file paths and names).