QQmlDebuggingEnabler

Inheritance diagram of PySide2.QtQml.QQmlDebuggingEnabler

Synopsis

Static functions

Detailed Description

class QQmlDebuggingEnabler([printWarning=true])
Parameters

printWarningbool

PySide2.QtQml.QQmlDebuggingEnabler.StartMode
static PySide2.QtQml.QQmlDebuggingEnabler.connectToLocalDebugger(socketFileName[, mode=DoNotWaitForClient])
Parameters
  • socketFileName – unicode

  • modeStartMode

Return type

bool

static PySide2.QtQml.QQmlDebuggingEnabler.debuggerServices()
Return type

list of strings

static PySide2.QtQml.QQmlDebuggingEnabler.inspectorServices()
Return type

list of strings

static PySide2.QtQml.QQmlDebuggingEnabler.nativeDebuggerServices()
Return type

list of strings

static PySide2.QtQml.QQmlDebuggingEnabler.profilerServices()
Return type

list of strings

static PySide2.QtQml.QQmlDebuggingEnabler.setServices(services)
Parameters

services – list of strings

static PySide2.QtQml.QQmlDebuggingEnabler.startDebugConnector(pluginName[, configuration=QVariantHash()])
Parameters
  • pluginName – unicode

  • configuration

Return type

bool

static PySide2.QtQml.QQmlDebuggingEnabler.startTcpDebugServer(port[, mode=DoNotWaitForClient[, hostName=""]])
Parameters
  • portint

  • modeStartMode

  • hostName – unicode

Return type

bool