Debugger for CodeLite 14.0.0 Issue

CodeLite installation/troubleshooting forum
shubhamtrehan.st
CodeLite Curious
Posts: 1
Joined: Fri Mar 20, 2020 7:32 am
Genuine User: Yes
IDE Question: C++
Contact:

Debugger for CodeLite 14.0.0 Issue

Post by shubhamtrehan.st »

I just installed CodeLite 14.0.0 for C++. I have set my debugger to GNU gdb Debugger. Whenever I try to debug a simple code, the 'Locals" tab does not display any variables.
It is a simple program so it runs fine and gives the output as well but the debugger tab does not show the local variables.
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Debugger for CodeLite 14.0.0 Issue

Post by eranif »

Can you post the output of the debugger log?
You can find it in the "Debugger" view, on the last tabs "Output"
Make sure you have read the HOW TO POST thread
Post Reply