LLDB Debugger does not stop on breakpoint
None of the breakpoints I set was hit or stopped on while debugging using LLDB. But everything works fine when I changed debugger to GDB 7.4.
Is that a bug or just something wrong with my LLDB debugger?
I'm using CLion 2016.1 on MacOSX 10.11.3.
Please sign in to leave a comment.
There is a known issue related to LLDB's case-sensitivity: https://youtrack.jetbrains.com/issue/CPP-6598
To understand what is happening in your particular case, please try to do the following:
Then post the output here.