The following table lists the commands in the basic Debug menu. These commands are available with most debuggers. For a description of a command on the Debug menu that is specific to a debugger, see the online help for that debugger.
| Icon | Description |
|---|---|
| Start | Starts a debugging session. |
| Stop | Opens a dialog box in which you can select the debugging sessions you want to finish. |
| Break All | Temporarily stops all threads in the current session. |
| Go | Resumes execution of all threads in the current session. |
| Step Over | Executes one source line. If the source line contains a call, executes the entire routine without stepping through the individual instructions. |
| Step In | Executes one source line. If the source line contains a call, stops just before executing the first statement of the routine. |
| Step Out | Executes the current routine and returns control to the caller of the routine. |
| Run to Cursor | Runs the current session to the location in the Source View and pauses the program. |
| Toggle Breakpoint | Add/Remove a new breakpoint on the current cursor position. |
| Windows>Breakpoints | Opens the Breakpoint window. |
| Windows>Call Stack | Opens the Call Stack window. |
| Windows>Variant | Opens the Variant window. |
| Windows>Watch | Opens the Watch window. |
| Windows>Command | Opens the Command window. |
Copyright © 2004 Tito Software Corporation. All rights reserved.
| Browser Based Help. Published by chm2web software. |