Source Browser Window
Source Browser Window is similar to a regular editor window except that
the button bar is repalced by a debugger-oriented button bar.
The buutons on the button bar includes,
-
Restart - restart the program from the beginning.
-
StepIn - execute next line. If the line contains a method call,
step into the method.
-
Next - execute the next line. it will ignore the method calls in
the line.
-
Cont - continue exeution of the program from the break point.
-
RuntoHere - run to the line where the cursor is located.
-
BreakAt - set a break point at where the current curosr is located.
-
Trace - set a trace point at where the current cursor is located.
The Break Point Window will be opened, with the class and line information
loaded, users can enter the variable name in the expression field to add
a trace point.
-
Clear - remove the break point at where the current cursor is located.