How to debug QML-project with QtCreator?
Moved
Unsolved
Qt Creator and other tools
-
I am trying to debug a Qt/QML project. My process is running outside the QtCreator. I am connecting the process from QtCreator via Debug->StartDebugging-> "Attach to a running application" QtCreator says that process is connected. I only see Disassembler code.
Source code is loaded in the QtCreator but I can't step through the code. I am not sure how to configure the debugger properties.
Also, in oder to debug the QML part, I am attaching via Debug->StartDebugging->"Attach to QML port". My source code is loaded and break points are enable but its not breaking on break points.
Thanks for your help
Syed