Cannot get DAP debugger to run

CodeLite installation/troubleshooting forum
Pecan
CodeLite Curious
Posts: 8
Joined: Sat Feb 28, 2009 5:06 am
Contact:

Cannot get DAP debugger to run

Post by Pecan »

I download and installed CodeLite 16.5.0.
It runs and debugs (via gdb) a simple wxWidgets3.2.1 HelloWorld project ok.

I then followed the instruction at https://docs.codelite.org/plugins/dap/# ... -workspace
to try to debug via DAP debugger.

Contrary to the instruction, however, It does not give me a "Settings → Debug Adapter Client"
choice on either the main menu or the project menu.

I also tried to enter the lldb-vscode.exe location into project->debugger settings. No joy.
I tried setting -gdwarf-4 flag. No joy.

I do not get a debugger choice (other than GNU gdb) project->General->debugger setting.

When I select the debugger button, a debugging window flashes at the bottom of the screen
then immediately disappears.

How do I perform the magic to get the DAP debugger to work?

CodeLite version: 16.5.0
version of CodeLite ? Downloaded binary installer 16.5.0.
OS: windows 10
Compiler version:g++.exe (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0
wxWidgets 3.2.1

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Cannot get DAP debugger to run

Post by eranif »

You did not mention your OS, so I will assume Windows (were most problems exists)

Let me know if this helps

Make sure you have read the HOW TO POST thread
Post Reply