Table of Contents

OnInitializeDebugFlags Event

Codeunit Debug Single Instance

Raised when debug flags is used for the first time each session. Should be used by apps that want to add and use their own Debug Flags. For more information see the documentation for the codeunit in DebugFlags.

Signature

[IntegrationEvent(false, false)]
OnInitializeDebugFlags(var DebugFlags: Codeunit "QWETB Debug Flags")

Parameters

var DebugFlags Codeunit "QWETB Debug Flags"

The codeunit instance that should be used for adding custom Debug Flags. Read more in the codeunit documentation.

This documentation is generated from Smart Toolbox v27.1