The Debug view shows the information about current debug sessions in a tree hierarchy.
To display the Debug view, click on the menu:
Use the Debug view to perform the following tasks:
- Clear all terminated processes
- Start a new debug session for the selected process
- Resume execution of the currently suspended debug target
- Halt execution of the currently selected thread in a debug target
- Terminate the selected debug session and/or process
- Detach the debugger from the selected process
- Execute the current line, including any routines, and proceed to the next statement
- Execute the current line, following execution inside a routine
- Re-enter the selected stack frame
- Examine a program as it steps into disassembled code