Debugger : Locals not shown / Watches cannot be created

CodeLite installation/troubleshooting forum
HJarausch
CodeLite Veteran
Posts: 98
Joined: Thu Feb 18, 2010 10:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

Debugger : Locals not shown / Watches cannot be created

Post by HJarausch »

Hi,

I'm back to version 4.1.5770.
I try to debug my program. The Locals tab does only show global veriables but not the local ones although the debugger has stopped at a breakpoint within a function.
Probably related, I cannot create Watches for local variables.

What am I missing?

Many thanks for a hint,
Helmut.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Debugger : Locals not shown / Watches cannot be created

Post by eranif »

enable debugger full log and see what is happening

Eran
Make sure you have read the HOW TO POST thread
HJarausch
CodeLite Veteran
Posts: 98
Joined: Thu Feb 18, 2010 10:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Debugger : Locals not shown / Watches cannot be created

Post by HJarausch »

It turned out that the debugger (Ubuntu 12) was broken. After installing gdb 7.5, it works fine now.
Thanks,
Helmut.
Post Reply