Editar

Compartir vía


Debugger.IsActive() Method

Version: Available or changed with runtime version 1.0 until version 4.0 where it was deprecated.

Indicates whether the debugger is active.

Syntax

Ok :=   Debugger.IsActive()

Return Value

Ok
 Type: Boolean

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

Debugger Data Type
Get Started with AL
Developing Extensions