Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.0.0
-
None
-
Qt 5.6.0
Linux x86_64
-
a615176a0cd2e48b95de189316b48257af1e99d4
Description
In Qt Creator 3.6.1, it was possible to use the QML/JS Console to interact with QML objects while the application is running in debug mode. This is no longer possible with Qt Creator 4.0. You can set a breakpoint and pause the application to use the Debugger Console but it is not the same because functions you call from the console may require the event loop to continue running. This means you need to continue the application and then pause it again every time you call a function that requires the event loop to be running.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-15831 [REG 3.6 -> 4.0] Debugger Console is unusable for Qt Quick
-
- Closed
-