Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.0.0
-
None
-
Windows 7 64 bit
-
4b19bdd6f1297d463037aeb8038378de26d4241b
Description
- Start creating a new Qt Widget Application project.
- In the "Create in" edit of the wizard, enter a wrongly capitalized path, e.g. "D:\TestProjects" whereas the directory existing in the file system is "D:\Testprojects".
You then have at least two ways to show the wrong behavior:
- Configure the project with a kit using MSVC.
- Build the project.
- Open main.cpp from the Projects view.
- Set a breakpoint in main function.
- Run the project in the debugger.
The debugger will stop at the line with the breakpoint but Creator opens another editor showing the same file.
Instead you can also:
- Open main.cpp from the Projects view.
- Use the File System view to navigate up to the root directory of the partition and back down to the project's directory.
- Open main.cpp from the File System view.
Creator will open a second editor for the same file.
This is a regression as Creator 2.8 did not open a second editor in either situation.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-10945 Breakpoint icon disappears after switching kits
- Closed
-
QTCREATORBUG-11199 Mixed-case source file names appear in "Open Documents" with all-lower-case names, which messes up code model?
- Closed