Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 15.0.1
Description
In C++ debugging with Qt Creator, users can check a value of variable in a popup window by hovering a mouse cursor over the target variable while the execution hits a breakpoint.
This feature is not available in QML debugging, so users have to check the values in the "Locals" view. Besides, if a user want to access a parent or a sibling object of the QML object, the user has to follow the connections to those objects in Locals view, or write an expression in Expression view.
This request suggests implementing a feature simlar to the one in C++ debugging in QML/JS debugging as well.
That is to enable :
- Displaying the values of properties in a pop up window by hovering a mouse cursor over the target QML/JS code.
- Displaying the values calculated with a property binding as well.