Debugging Qt/QML project via attaching the process from QtCreator.
Locked
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.
Looking for help
Syed -
Duplicate of https://forum.qt.io/topic/77251.