Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.3.0
-
None
-
Windows Vista x64
-
a65983219a295806f0bba36ea2a9126174d0755c
Description
- Load tests\manual\gdbdebugger\simple\simple.pro from Creator's sources.
- In main(), uncomment the call to testEndlessLoop().
- In testEndlessLoop(), place a breakpoint inside the loop.
- Edit the breakpoint. Set "Ignore count" to 20.
- Build and run this in debugger.
When the execution stops, a is 33. It looks like Creator understands the input as hex 20 == dec 32.
Instead, user friendly decimal values should be used.