How to: Break or Continue a Process
This topic applies to:
Edition |
Visual Basic |
C# |
F# |
C++ |
Web Developer |
---|---|---|---|---|---|
Express |
|||||
Pro, Premium, and Ultimate |
In the Processes window, you can break execution of an attached process. You can also continue or resume execution of a process that is currently in break mode.
These operations are available only if the Break all processes when one process breaks option is disabled. Break all processes when one process breaks is enabled by default.
To break a process
- In the Processes window, right-click a running process, then click Break Process.
To continue a process
- In the Processes window, right-click a process that is in break mode, then click Continue Process.
To enable breaking and continuing of individual processes
In the Tools menu, click Options.
In the Options dialog box, open the Debugging node, then click General.
Clear the Break all processes when one process breaks check box.
See Also
Tasks
How to: Use the Processes Window