QQmlDebuggingEnabler¶
Synopsis¶
Static functions¶
def
connectToLocalDebugger
(socketFileName[, mode=QQmlDebuggingEnabler.StartMode.DoNotWaitForClient])def
debuggerServices
()def
inspectorServices
()def
nativeDebuggerServices
()def
profilerServices
()def
setServices
(services)def
startDebugConnector
(pluginName[, configuration=QVariantHash()])def
startTcpDebugServer
(port[, mode=QQmlDebuggingEnabler.StartMode.DoNotWaitForClient[, hostName=””]])
Detailed Description¶
- class PySide6.QtQml.QQmlDebuggingEnabler([printWarning=true])¶
- Parameters
printWarning – bool
- PySide6.QtQml.QQmlDebuggingEnabler.StartMode¶
- static PySide6.QtQml.QQmlDebuggingEnabler.connectToLocalDebugger(socketFileName[, mode=QQmlDebuggingEnabler.StartMode.DoNotWaitForClient])¶
- Parameters
socketFileName – str
mode –
StartMode
- Return type
bool
- static PySide6.QtQml.QQmlDebuggingEnabler.debuggerServices()¶
- Return type
list of strings
- 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
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.