Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.2.0
-
None
-
[SDKTestRound6]
Workstation platform: Mac X OS 10.6.7
Qt SDK Version: 1.1
Qt Creator version: 2.1.84( 2.2 rc1 )
-
a130ebf4131f13c30206d01731c62c4f530a3e69, bfed87f9c40a6c52a9f8141dd7b4cdcbe0f97abe
Description
Steps:
1. Load a Qt creator project, build it in debug mode, then start debugging.
2. Add one breakpoint at the first line of main function in main.cpp.
3. Move mouse on this breakpoint, click right mouse key. Menu pops up, Select disable breakpoint *.
4. The breakpoint disabled, but another menu pops up.
Expected result:
No other menu pops up after disable a breakpoint.
Actually result:
another menu pops up after disable a breakpoint.