Start/Restart | Starts or restarts debugging the current project |
Resume | Resumes execution of the current project. |
Run to Here | Runs the current project to a specified location. |
Step Over | Steps over a method. |
Step Into | Steps into a method. |
Evaluate![]() |
Evaluates a Data Value. |
Show Calling Method | Moves one level down the call stack. |
Show Called Method | Moves one level up the call stack. |
Threads/Stack | Opens the Threads/Stack window. |
Toggle Breakpoint![]() |
Sets or removes a breakpoint at the line in which the cursor is positioned. |
Breakpoints | Opens the Breakpoints window. |
Exceptions | Displays a list of existing conditions that the debugger handles. |
Stop Debugging | Ends the debugging session. |
See also: