Details
-
Suggestion
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 6.0.0
-
None
-
-
1abe76549eae275462f33b07c784a669474ecabc
Description
I do very much appreciate being able to select between "Compact Float" and "Scientific Float" under "Change Value Display Format" within the "Local" pane in debugging mode.
It would sometimes be extremely useful to have an additional option that corresponds to the `std::hexfloat` representation. Also helpful would be to break apart the floating point number into a normalized fraction and an integral power of two, via `std::frexp()`.