Debug View

The Debug view shows the target debugging information in a tree hierarchy.

Debug view context menu commands

The Debug view context menu commands include:

Icons Name Description
Step Into icon Step Into Select to execute the current line, including any routines, and proceed to the next statement.
Step Over icon Step Over Select to execute the current line, following execution inside a routine.
Step Return icon Step Return Select to continue execution to the end of the current routine, then follow execution to the routine's caller.
Instruction Stepping Mode icon Instruction Stepping Mode Activate to enable instruction stepping mode to examine a program as it steps into disassembled code.
Resume icon Resume Select the Resume command to resume execution of the currently suspended debug target.
Resume icon Reset Select the Reset command to restart the current debug target.
Suspend icon Suspend Select the Suspend command to halt execution of the currently selected thread in a debug target.
Terminate icon 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 icon Terminate and Relaunch Select the Terminate and Relaunch command to terminate the selected debug target and then relaunch it.
Disconnect icon Disconnect Detaches the debugger from the selected process (useful for debugging attached processes)
Remote all Terminated icon Remove All Terminated Clears all terminated processes in Debug view
Terminate and Remove icon Terminate and Remove Terminates the selected debug target and removes it from the view.
Terminate all icon Terminate/Disconnect All Terminates or disconnects all active launches in the view.