# Open or Close Debug Window

Grammaropen|Open/Close the trigger debugging window
FlagsNative | Action

Opens or closes the trigger debugging window. This window contains useful information for debugging triggers, but will slow down performance.

# Arguments

Returns — void

native void TriggerDebugWindowOpen(bool open);

Category: Debug / Trigger Debugging

# Examples

— None found —