[Interest] qt_add_qml_module and not embedding QML files
Ulf Hermann
ulf.hermann at qt.io
Wed Nov 2 09:32:06 CET 2022
> You probably have to enable QML debugging and profiling in the build
> and run settings.
>
> It is already, and it works.
> I can set breakpoints in QML and it works as expected.
Can you try to construct a minimal example that reproduces the problem
and create a bug report?
One significant difference between QML debugger and QML preview is that
the debugger uses a TCP connection while the preview uses a local
socket. The QML profiler also uses a local socket. Does that work?
More information about the Interest
mailing list