Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 12.0.0-beta1
-
-
2893e892d (12.0)
Description
Debugger shows values for variables in function testBigInt (tests\manual\debugger\simple\simple_test_app.cpp) that do not correspond to the expected values (according to comments).
Expected
- a -1143861252567568256 qint64
- b -1143861252567568256 quint64
- c -2 quint64
Actual
- a -1143861252567568256 int64
- b 17302882821141983360 unsigned int64
- c 18446744073709551614 unsigned int64