Command | Tool-Bar Button | Meaning |
---|---|---|
Resume | x | Run until a breakpoint, a monitor or the end of the runtime session is reached |
Suspend | x | Suspend the debugger |
Terminate | x | Terminate the current runtime session |
Disconnect | x | Disconnect from the runtime session (remote debug only) |
Step Into | x | Execute the current statement |
Step Over | x | Run to the next statement |
Step Return | x | Run to the end of paragraph |
Step Out Program | x | Run until program terminates and you return to the caller program |
Run to Line | Run to the selected line | |
Jump to selected line | Run to the selected line skipping all the statements in the middle | |
Toggle Breakpoint | Add a breakpoint to the selected line | |
Skip All Breakpoints | Enable/Disable active breakpoints | |
Display Variables on Line | Shows the content of variables in the current line with a graphical message box | |
Display Class Info | Shows class information with a graphical message box |