Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 2.4.0-beta
-
None
-
Qt SDK Version: qtsdkinstaller-x32-2011-11-01-Ubuntu8.04.4LTS.run
Qt Creator 2.3.84 (2.4.0-rc)
Based on Qt 4.7.4 (32 bit)
Built on Nov 16 2011 at 12:01:12
From revision 34033aea88
Ubuntu10.10
SDKTestRound29
Description
Steps:
1. Create a Qt Quick application(build-in element only). Set Desktop4.8 target release mode.
2. Set a breakpoint at line7 of main.cpp.
3. Create a new Qt GUI application, set desktop4.8 target debug mode.
4. Start debugging the GUI application, debugger stop at line 7 of main.cpp of the GUI application. But there is no breakpoint at all.
5. If change the breakpoint to line9 of the first Qt Quick application and start debugging the second Qt GUI application,
the debuger stop at line9 of main.cpp. So the debugger mistakes breakpoint between these two projects.
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-3750 Breakpoint in main.cpp in multiple projects lead to all breakpoints being hit
- Open