Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Debugger.IsDataViewerVisible

Checks whether the data viewer is open.

Component Version macOS Windows Linux Server iOS SDK
Debugger 11.2 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "Debugger.IsDataViewerVisible" )

Parameters

none

Result

Returns 1, 0 or error.

Description

Checks whether the data viewer is open.

Examples

Checks for data viewer:

Set Variable [ $r ; Value: MBS("Debugger.IsDataViewerVisible") ]

Do things only when debugging:

If [ MBS( "Debugger.IsDataViewerVisible" ) ]
    Set Variable [ $DebugStatus ; Value: "Something we like to show in debugger." ]
    # and we pause here if debugging
    Pause/Resume Script [ Indefinitely ]
End If

Release notes

Blog Entries

This function checks for a license.

Created 14th April 2021, last changed 8th January 2023


Debugger.GetCallStack - Debugger.IsVisible