system.gui.openDiagnostics

Description

Opens the client runtime diagnostics window, which provides information regarding performance, logging, active threads, connection status, and the console.

Syntax

system.gui. openDiagnostics()

  • Parameters

None

  • Returns

None

  • Scope

Client

Code Examples
Code Snippet
#Opens the diagnostics window in a running client
system.gui.openDiagnostics()