Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.10.2
-
None
-
Windows 10 64bit, MSVC 2017 Enterprise, CDB debugger
Description
If debugger needs to open source files they are always opened lower case. This causes issue that those files do not match to files listed to project. This causes some issues:
1. Files are opened twice (at least "Open Documents" show them twice).
2. Breakpoints selected in lowercase named "window" are visible in non-lower case, but they can not be removed from there (instead you add a second breakpoint to same place as previous one).
NOTE! I am using Windows and CDB and also CMake.
Also "Options" -> "C++" -> "Lower case file names" does not change the behavior (it probably shouldn't, but since it does not help I don't know what it does).
Attachments
For Gerrit Dashboard: QTCREATORBUG-23339 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
285455,3 | Debugger: make BreakpointParameters::fileName a Utils::FilePath | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
285474,2 | Debugger: normalize stack frame file paths from cdb | master | qt-creator/qt-creator | Status: MERGED | +2 | 0 |