Views support editors and provide alternate presentations as well as ways to navigate the information in your Workbench. The
Debug view shows the target debugging information in a tree hierarchy. For more information on the tree hierarchy and target debugging information, see the C/C++ Development User Guide.
Figure 1. Debug view
Use the
Debug view to perform these 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.