Details
-
Bug
-
Resolution: Moved
-
P2: Important
-
None
-
Qt Creator 2.6.0-rc
-
None
Description
Steps to reproduce:
- open or create 2 or more Qt (Quick/GUI/Console) applications
- set a breakpoint in each of the main.cpp files in different( ! ) lines
Current behaviour:
- Creator stops on all lines that have a breakpoint inside the no matter if they belong to the current active project or not (Creator stops only inside the main.cpp file belonging to the current active project, but stops at every line that has a breakpoint in any main.cpp actually opened)
Expected behaviour:
- Creator stops only on the lines belonging to the current active project
Example:
Projects: untitled1, untitled2, untitled3
Breakpoints:
- main.cpp (untitled1) in line 8
- main.cpp (untitled2) in line 20
- main.cpp (untitled3) in line 10
Debugging untitled3 stops at:
- main.cpp (untitled3) in line 8
- main.cpp (untitled3) in line 10
- main.cpp (untitled3) in line 20
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-3750 Breakpoint in main.cpp in multiple projects lead to all breakpoints being hit
- Open
- relates to
-
QTCREATORBUG-5929 Debug can proceed without breakpoints for Qt simulator
- Closed
-
QTCREATORBUG-6377 QtCreator sets breakpoints in project without breakpoints
- Closed