You can view of the properties of a debugging session by right-clicking its name in the Sessions window and choosing Properties. A debugging session has the following properties:
State | Description |
---|---|
Starting | The program is being started. You cannot pause, resume, or single-step the application. |
Running | The application being debugged has been started and is executing instructions. |
On Breakpoint | The application is suspended because the program reached a breakpoint. |
Paused | The application is suspended because you either paused the application or performed a step command (Step Into, Step Over, Step Out, or Run to Cursor). |
See Also | |
---|---|
Current Context in the Debugger
Starting a Debugging Session Sessions Window |