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

0

Hello!

Is it a Makefile project? If yes, did you add -g to CXXFLAGS in the Makefile?

0

yes, it is a Makefile and it has -g - When I use the native gdb it works fine

0

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). 

0

请先登录再写评论。