Eclipse – Variables not showing while debugging in Eclipse

debuggingeclipse

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?

Best Answer

I ended up trying something easy by resetting the Debug perspective, which seemed to work:

Window => Perspective => Reset Perspective...

Thanks for the comments.