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.
Debugger for CodeLite 14.0.0 Issue
-
- 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
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Debugger for CodeLite 14.0.0 Issue
Can you post the output of the debugger log?
You can find it in the "Debugger" view, on the last tabs "Output"
You can find it in the "Debugger" view, on the last tabs "Output"
Make sure you have read the HOW TO POST thread