In my java eclipse debugger the variables field is always empty and the step over and step into icons are disabled help me with this issues I did try all the options from google like adding checking variables attributes in preferences menu but am still unable to find a solution help me friends
-
Should I install eclipse again to set right my eclipse debuggeruser3816171– user38161712014-07-14 05:24:10 +00:00Commented Jul 14, 2014 at 5:24
-
I tried with various codes that worked well for others and also in tutorials it worked welluser3816171– user38161712014-07-14 05:26:50 +00:00Commented Jul 14, 2014 at 5:26
-
already an answer here - eclipse-debug-mode-variables-not-showing : stackoverflow.com/questions/5490509/… . It tell you to reset your persepective and other options such as Window --> Show View --> Variables. Try it out, and please check existing answers in SO before posting a new question.spiderman– spiderman2014-07-14 05:30:38 +00:00Commented Jul 14, 2014 at 5:30
2 Answers
This is a issue that is faced sometimes, somethings you might try out are:-
-> Close variable window and open again
-> Reset the perspective and see if variables now show up.
-> Close the variables tab and then reset the perspective, this should reopen the working variables tab.
-> If none of them still works , you can right click on the variable and select inspect, then it should come up in a popup window
Incase you do not know how to show vairables view, Window --> Show View --> Variables
3 Comments
step into/step over itemsIn order to see the value of variables, you have to set a breakpoint.
See the documentation here: EclipseDebugging
If you already set it, try resetting the perspective