Closed
Description
- VSCode Version: 1.5.3
- OS Version: Win10
Steps to Reproduce:
- Create an .exe that uses mixed case filenames. i.e. Source.cpp
- Add a breakpoint to Source.cpp
- Debug and hit the breakpoint
The editor will open up source.cpp alongside Source.cpp. The arrow pointing to the current line is in source.cpp, the breakpoints are in Source.cpp. It's pretty confusing. Both files can have their own sets of breakpoints now.