Stop Method
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