The Debug view shows the target debugging information in a tree hierarchy.
The Debug view context menu commands include:
Icons | Name | Description |
---|---|---|
![]() |
Step Into | Select to execute the current line, including any routines, and proceed to the next statement. |
![]() |
Step Over | Select to execute the current line, following execution inside a routine. |
![]() |
Step Return | Select to continue execution to the end of the current routine, then follow execution to the routine's caller. |
![]() |
Instruction Stepping Mode | Activate to enable instruction stepping mode to examine a program as it steps into disassembled code. |
![]() |
Resume | Select the Resume command to resume execution of the currently suspended debug target. |
![]() |
Reset | Select the Reset command to restart the current debug target. |
![]() |
Suspend | Select the Suspend command to halt execution of the currently selected thread in a debug target. |
![]() |
Terminate | Ends the selected debug session and/or process. The impact of this action depends on the type of the item selected in the Debug view. |
![]() |
Terminate and Relaunch | Select the Terminate and Relaunch command to terminate the selected debug target and then relaunch it. |
![]() |
Disconnect | Detaches the debugger from the selected process (useful for debugging attached processes) |
![]() |
Remove All Terminated | Clears all terminated processes in Debug view |
![]() |
Terminate and Remove | Terminates the selected debug target and removes it from the view. |
![]() |
Terminate/Disconnect All | Terminates or disconnects all active launches in the view. |