CLion Debugger won't stop at breakpoints
已回答
When I run the debugger, it reaches a breakpoint or exception breakpoint and pauses for several seconds before exiting the program entirely. If I attempt to pause the program in the debugger, it will not stop.
The problem seems very similar to this post and potentially related to this issue.
I'm compiling with Apple LLVM version 10.0.1 on macOS X 10.14. I'm using the bundled LLDB version 7.0.1.
请先登录再写评论。
Hi Callum!
Please enable debugger logging as described here, reproduce the issue and send the resulting idea.log file (Help | Show Log in ...) to clion-support at jetbrains.com. Thanks. Do not forget to disable debug logging after that. Note that logs might contain private user's information (like file paths and names).
Also please specify in the email whether the issue happens in a default "Hello, World!" project.