Debug QML in visual studio unable to connect to socket error

458 views Asked by At

my environment, VS2017, QT 5.12.9 and QT VS Tool is 2.7.1 (rev20), I enabled the QML debugging options in QT Project Settings, rebuilt it and ran the project, however it is stucked in this error

QML debugging is enabled. Only use this in a safe environment. QML Debugger: Connecting to socket {E363AFFB-190E-4564-9617-53A55B7594A6}...

I read thru this article: https://www.qt.io/blog/2018/10/08/qml-debugging-visual-studio and it says there should be two process running when i ran the application, but i only saw one.

Unfortunately there are no other articles or issues related to QML debugging in Visual studio. What else I forgot to set or configured?

0

There are 0 answers