QQmlDebuggingEnabler#

Inheritance diagram of PySide6.QtQml.QQmlDebuggingEnabler

Synopsis#

Static functions#

Detailed Description#

class PySide6.QtQml.QQmlDebuggingEnabler([printWarning=true])#

Note

This constructor is deprecated.

Parameters

printWarning – bool

PySide6.QtQml.QQmlDebuggingEnabler.StartMode#
static PySide6.QtQml.QQmlDebuggingEnabler.connectToLocalDebugger(socketFileName[, mode=QQmlDebuggingEnabler.StartMode.DoNotWaitForClient])#
Parameters
Return type

bool

static PySide6.QtQml.QQmlDebuggingEnabler.debuggerServices()#
Return type

list of strings

static PySide6.QtQml.QQmlDebuggingEnabler.enableDebugging(printWarning)#
Parameters

printWarning – bool

static PySide6.QtQml.QQmlDebuggingEnabler.inspectorServices()#
Return type

list of strings

static PySide6.QtQml.QQmlDebuggingEnabler.nativeDebuggerServices()#
Return type

list of strings

static PySide6.QtQml.QQmlDebuggingEnabler.profilerServices()#
Return type

list of strings

static PySide6.QtQml.QQmlDebuggingEnabler.setServices(services)#
Parameters

services – list of strings

static PySide6.QtQml.QQmlDebuggingEnabler.startDebugConnector(pluginName[, configuration=QVariantHash()])#
Parameters
  • pluginName – str

  • configuration

Return type

bool

static PySide6.QtQml.QQmlDebuggingEnabler.startTcpDebugServer(port[, mode=QQmlDebuggingEnabler.StartMode.DoNotWaitForClient[, hostName=""]])#
Parameters
  • port – int

  • modeStartMode

  • hostName – str

Return type

bool