Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Debug view does not show variables
Debug view does not show variables [message #817032] Fri, 09 March 2012 14:57
Christian Wolf is currently offline Christian WolfFriend
Messages: 3
Registered: October 2010
Junior Member
Hello everybody,

I have the problem, that I want to debug a C++ program. After some tricks I got it compile using eclipse and g++ under windows. I started debugging with gdb and all worked well.

After some time I wanted to check some local variables in the debug view of eclipse. They were not there. This is definitively not a problem of optimization as there is no optimization turned on.

Also I found that the whole variable list seems to be "out of sync". I stepped into some procedures and the local variables did not even change. I can now go forward in code and not more modifications happen. Just frozen.

If I try to refresh by selecting another stack frame and going back again, no more variables are shown. Neither local nor global nor the 'this'-pointer. A restart of the debug session does not bring them back; I have to restart eclipse.

I unfortunately can't say, when I happened; suddenly the variable list does not work anymore.

Can you tell me if you have similar problems?
For me this looks like a bug. Do you agree?

PS: I am using Eclipse Indigo.

[Updated on: Fri, 09 March 2012 15:07]

Report message to a moderator

Previous Topic:eclipse metadata !!!!!
Next Topic:no sourece available for xxxxx
Goto Forum:
  


Current Time: Thu Mar 28 09:40:41 GMT 2024

Powered by FUDForum. Page generated in 0.03358 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top