Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.18 KB

debugger-activate-method.md

File metadata and controls

34 lines (28 loc) · 1.18 KB
title description ms.author ms.date ms.topic author ms.reviewer
Debugger.Activate() Method
Activates the debugger and attaches the debugger to the next session that is started.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

Debugger.Activate() Method

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

Activates the debugger and attaches the debugger to the next session that is started.

Syntax

[Ok := ]  Debugger.Activate()

Return Value

[Optional] Ok
 Type: Boolean
true if the operation was successful; otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

See Also

Debugger Data Type
Get Started with AL
Developing Extensions