更换语言:
   Contact us
  • Follow CooCox
  •         
  • CooCox Market
  •         
  • Tech Support
  •     
Home  › CoIDE › Debug View

Debug View

  1. The Debug view shows the target debugging information in a tree hierarchy.
  2. The number beside the thread label is a reference counter, not a thread identification number.
  3. The CDT displays stack frames as child elements. It displays the reason for the suspension beside the thread, (such as end of stepping range, breakpoint hit, and signal received). When a program exits, the exit code is displayed.
 
 

Debug view context menu commands

The Debug view commands include:

Icons Name Description
Remote all Terminated icon Remove All Terminated Clears all terminated processes in Debug view
Drop to Frame icon Drop To Frame Select the Drop to Frame command to re-enter the selected stack frame in the Debug view.
Use Step Filters icon Use Step Filters Toggles step filters on/off. When on, all step functions apply step filters.
Copy Stack icon Copy Stack Copies the selected stack of suspended threads as well as the state of the running threads to the clipboard.
  Find... Opens the debug view element searching dialog.
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 Out 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 Select the Resume command to resume execution of the currently suspended 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 icon Terminate and Relaunch Select the Terminate and Relaunch command to terminate the selected debug target and then relaunch it.
Relaunch icon Relaunch This command relaunches the selected debug target.
  Edit... Opens the launch configuration dialog, allowing you to make changes.
Edit Source Lookup icon Edit Source Lookup... Opens the source lookup dialog, allowing you to make changes.
  Lookup Source Select to force a source lookup to take place.
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 all active launches in the view.
  Properties Opens the Properties for window showing the process properties.
© 2009 -2011 CooCox - Terms of Use         Business Model         Market             About us