Your codelite version: 14.0.0
Is it a self compiled version of codeliteL No
Your OS: Windows 10
Compiler version: clang, g++ etc (I'm not sure which versions)
I'm trying to set up CodeLite so that I can run and debug a simple program. But I get messages saying that LLDB does not support debugging. I've tried various compilers but debugging is always the snag.
Please can someone supply basic settings so that I can run and debug my program.
Many thanks.
Gerry
Setting up CodeLite with debugging
-
- CodeLite Curious
- Posts: 1
- Joined: Wed Apr 01, 2020 2:28 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Setting up CodeLite with debugging
You can't use LLDB to debug G++ code on Windows. It does not work.
You will need to use GDB
In the project settings change the debugger to 'gdb'
You will need to use GDB
In the project settings change the debugger to 'gdb'
Make sure you have read the HOW TO POST thread