class QQmlDebuggingEnabler#

概述#

方法#

静态函数#

注意

这份文档可能包含从 C++ 自动翻译到 Python 的代码片段。我们始终欢迎对片段翻译的贡献。如果您发现翻译有问题,您也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 上创建事例来告诉我们

详细说明#

class StartMode#
__init__([printWarning=true])#
参数:

printWarning – bool

注意

此函数已弃用。

静态 connectToLocalDebugger(socketFileName[, mode=QQmlDebuggingEnabler.StartMode.DoNotWaitForClient])#
参数:
返回类型:

bool

静态 debuggerServices()#
返回类型:

字符串列表

静态 enableDebugging(printWarning)#
参数:

printWarning – bool

静态 inspectorServices()#
返回类型:

字符串列表

静态 nativeDebuggerServices()#
返回类型:

字符串列表

静态 profilerServices()#
返回类型:

字符串列表

static setServices(services)#
参数:

services – 字符串列表

static startDebugConnector(pluginName[, configuration=QVariantHash()])#
参数:
  • pluginName – 字符串

  • configuration – 键为 QString 类型的字典,值为 QVariant 类型。

返回类型:

bool

static startTcpDebugServer(port[, mode=QQmlDebuggingEnabler.StartMode.DoNotWaitForClient[, hostName=""]])#
参数:
  • port – 整数

  • modeStartMode

  • hostName – 字符串

返回类型:

bool