Unable to debug using LLDB
Posted: Sun Oct 22, 2017 8:29 am
OS: Kubuntu 17.10 (fresh install)
CodeLite Version: 11.0.0 (installed from repository)
LLDB version: 4.0.1
Clang version: 4.0.1
I'm not able to debug using the LLDB debugger. When I press F5 to start the debugger, the terminal shows very briefly, then just disappears. Any breakpoints I set are also removed.
If I right-click on the project and set SETTINGS > GENERAL > DEBUGGING > DEBUGGER to GNU gdb debugger, then I am able to step through the simple default "Hello World" generated project (I haven't tried with larger projects) and everything seems to work fine.
Any help would be really appreciated.
CodeLite Version: 11.0.0 (installed from repository)
LLDB version: 4.0.1
Clang version: 4.0.1
I'm not able to debug using the LLDB debugger. When I press F5 to start the debugger, the terminal shows very briefly, then just disappears. Any breakpoints I set are also removed.
If I right-click on the project and set SETTINGS > GENERAL > DEBUGGING > DEBUGGER to GNU gdb debugger, then I am able to step through the simple default "Hello World" generated project (I haven't tried with larger projects) and everything seems to work fine.
Any help would be really appreciated.