Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Home Page (Objects) | Overview | FAQ | Reference
Applies to: Debugger object
Stops execution of a program you are debugging.
Syntax
object**.Stop**
Parameters
object
An expression that evaluates to a Debugger object.
Example
The following example stops execution of a program you are debugging:
Debugger.Stop