ISACTIVE Function (Debugger)
Indicates whether the debugger is active.
Syntax
Ok := ISACTIVE
Property Value/Return Value
Type: Boolean
true if the debugger is active; otherwise, false.
Remarks
When the debugger is activated, it is in one of the following states:
Attached to a session.
Waiting to attach to a session.
See Also
Activating the Debugger
How to: Activate the Debugger from the Development Environment