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?
_______________________________________________ Interest mailing list [email protected] https://lists.qt-project.org/listinfo/interest
