Skip to main content
Version: 8.3 Beta 🚧

system.vision.showDiagnostics

Backwards Compatibility

This function replaces system.gui.openDiagnostics. Any scripts containing Vision Client scoped functions that were replaced with system.vision syntax will still work to maintain backwards compatibility. Only the system.vision variations will appear in the Script Editor's autocomplete popup.

This function is used in Python Scripting.

Description​

Opens the Client runtime Diagnostics window, which provides information regarding performance, logging, active threads, connection status, and the console. This provides an opportunity to open the Diagnostics window in situations where the menu bar in the client is hidden, and the keyboard shortcut (Ctrl + Shift + F7) can not be used.

Client Permission Restrictions​

This scripting function has no Client Permission restrictions.

Syntax​

system.vision.showDiagnostics()

Parameters​

Nothing

Returns​

Nothing

Scope​

Vision Client

Code Example​

Opening Diagnostics Window
# Opens the diagnostics window in a running client
system.vision.showDiagnostics()