Home Page (Objects) | Overview | FAQ | Reference
Applies to: Debugger object
Gets the state of the Developer Studio debugger.
Syntax
object.State
Parameters
object
An expression that evaluates to a Debugger object.
Remarks
The State property has the DsExecutionState type and gets one of the following values:
Example
The following example gets and displays the state of the debugger:
PrintToOutputWindow(Debugger.State)