Can't view variables when debugging [message #1750685] |
Sun, 25 December 2016 05:56  |
Eclipse User |
|
|
|
I have 2 screenshots in the attached file.
I'm using Eclipse Neon and Java SE 8.0.
I am trying to debug a simple program. I'm just testing the debugger to see how all of this works.
First notice that my breakpoint isn't a perfect circle, rather it has a backslash through it. Not sure if this is a problem, but I added this by double clicking in the left margin.
The breakpoint is set at the call to the "getStudent" method.
I was hoping to step into that method, then checking the value of the "student' variable which should be "Howard."
I just want to see how this feature of debugging works, where you can check the values of each variable.
Also note at the top that in the Debug view, it says "terminated, exit value." I suspect this might have something to do with the problem.
So why isn't the debugger stopping at the breakpoint?
Why is the Variable view pane empty?
I am totally new to this.
|
|
|
|
Powered by
FUDForum. Page generated in 0.04782 seconds