Details
-
Bug
-
Resolution: Moved
-
P2: Important
-
None
-
Qt Creator 2.4.0, Qt Creator 2.5.0-beta
-
None
-
Linux x86/x86_64, gdb 7.3
Description
For example, i have two files with a same name in my project:
/home/vlad/prog/vd3/src/client/modules/report_editor/controls/enum.cpp
and
/home/vlad/prog/vd3/src/client/modules/scenario_executor/plugins/enum/enum.cpp
When i set a breakpoint to "report_editor/controls/enum.cpp" really point is set to file "scenario_executor/plugins/enum/enum.cpp"
In the debugger commands log we have:
3742-break-insert -f "\"enum.cpp\":43"
There is file name without full path. This is a bug.
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-3750 Breakpoint in main.cpp in multiple projects lead to all breakpoints being hit
- Open
- replaces
-
QTCREATORBUG-2104 Creator shows wrong file when stopping at breakpoint
- Closed