Qt 6.11 is out! See what's new in the release
blog
How to QML remote debugging in Windows OS?
-
I'm not sure if there is something like remote debugging for QML.
Some thoughts:
If you want to get current states of a QML application and check layouts at runtime etc. have a look at GammaRay.
This tool allows you to examine and manipulate the internals of Qt applications at runtime, augmenting conventional debuggers by understanding the implementation of Qt.If you want to run tests and access your QML application you could check out SPIX, a testing framework.
Spix is a minimally invasive UI testing library that enables your Qt/QML app's UI to be controlled either via c++ code, or through an http RPC interface.