Page 1 of 1

Debugger : Locals not shown / Watches cannot be created

Posted: Tue Oct 09, 2012 12:55 pm
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.

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

Posted: Tue Oct 09, 2012 3:31 pm
by eranif
enable debugger full log and see what is happening

Eran

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

Posted: Fri Oct 12, 2012 5:27 pm
by HJarausch
It turned out that the debugger (Ubuntu 12) was broken. After installing gdb 7.5, it works fine now.
Thanks,
Helmut.