Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
11.4
11.5
12.0
12.1
12.2
12.3
12.4
12.5
13.0
13.1
Statistic
FMM
Blog
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 |
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
- Version 11.2
- Added Debugger.IsDataViewerVisible function.
Blog Entries
This function checks for a paid license.
Created 14th April 2021, last changed 8th January 2023
