Several debugging commands are available from the Java editor.
Note: Expression evaluation is not supported in class files or inner types.
Command |
Description |
---|---|
Inspect |
When a thread suspends, this command uses the Inspector view to show the result of evaluating the selected expression in the context of a stack frame in that thread. |
Display |
When a thread suspends, this command uses the Display view to show the result of evaluating the selected expression in the context of a stack frame in that thread. |
Run to Line |
When a thread is suspended, this commands resumes execution until the selected line is executed. This is a convenient way to suspend execution at a line without setting a breakpoint. |