Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am running Eclipse Galileo for developers.

When I run in debug mode, the current variables and their values are not coming up in the "variables" window. The window remains empty when I step through my code after a breakpoint. Last night it was working, so I'm perplexed. Any reason why this might be happening and any tip on troubleshooting?

share|improve this question
2  
Just close that Variable window. And open it again. – Gaurav Mar 30 '11 at 18:27

3 Answers

up vote 7 down vote accepted

I ended up trying something easy by reseting the perspective, which seemed to work. Thanks for the comments.

share|improve this answer
This works best even en eclipse CDT – Aditya P Jun 2 '11 at 7:04
1  
I keep running into this same issue, and resetting the perspective has been working for me. thanks for posting this. – stephenbayer Jun 6 '11 at 15:53
1  
Didn't work for me (on Juno) :( – haridsv Mar 20 at 11:54
Actually, either this or the additional step from @tonyeva did it, but it didn't work immediately (ie., in the current stack), so thought the problem didn't go away. However, when the debugger stopped at a different place, the variables started showing up. – haridsv Mar 20 at 12:03

Resetting the perspective wasn't quite enough for me, I had to first delete the "Variables" tab and then reset the perspective (which reinstated the Variables tab in a working state). One other thing not mentioned above which might help others - when the variables tab is not working, the tab title is in italics (whatever that signifies). When it's working it goes back to normal font.

share|improve this answer

try a right click on the variable and select inspect, then it should come up in a popup window

share|improve this answer
2  
this works, but should not have to be done – deerkiller11 Oct 23 '12 at 5:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.