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.
Debugger : Locals not shown / Watches cannot be created
-
- CodeLite Veteran
- Posts: 98
- Joined: Thu Feb 18, 2010 10:54 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- 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
enable debugger full log and see what is happening
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- 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
It turned out that the debugger (Ubuntu 12) was broken. After installing gdb 7.5, it works fine now.
Thanks,
Helmut.
Thanks,
Helmut.