![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtQml More...
\inmodule QtQml
The QQmlDebuggingEnabler class provides methods to enable debugging or profiling.
Usually QML debugging and profiling is enabled by passing {QT_ENABLE_QML_DEBUG} via CMake or {CONFIG+=qml_debug} via qmake when building your application. At run time, the application generally parses any {-qmljsdebugger} command line arguments to actually start debugging or profiling.
You can instead handle these tasks manually by using the methods in this class.