forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugger issues related to path mappings and case sensitive paths #2976
Labels
area-debugging
bug
Issue identified by VS Code Team member as probable bug
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
meta
Issue that is tracking an overall project
Milestone
Comments
DonJayamanne
added
bug
Issue identified by VS Code Team member as probable bug
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
area-debugging
needs proposal
Need to make some design decisions
labels
Oct 22, 2018
Discussed with @qubitron |
This was referenced Nov 2, 2018
Another symptom of this #3185 & microsoft/ptvsd#973 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
DonJayamanne
changed the title
Look into issues related to path mappings and case sensitive paths with debugger
Debugger issues related to path mappings and case sensitive paths
Apr 4, 2019
@DonJayamanne why is it needs-spec? |
Needs spec from debugger team. |
@karthiknadig Please confirm the changes in #7024 are as expected. |
Closing this as stale. Please create separate bugs if this are still occurring. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-debugging
bug
Issue identified by VS Code Team member as probable bug
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
meta
Issue that is tracking an overall project
If drive letter is in lower case, then path mappings will not work
Note: Its possible drive letter can be in lower case (e.g. user set path in shell using a lower case drive letter, e.g.
cd c:/x....
(at this point, all paths have lower casec
).Debugging opens new all-lowercase file Debugging opens new all-lowercase file #5049 (PTVSD)
Debugger does not work with google drives designated as g: or any drive letter Debugger does not work with google drives designated as g: or any drive letter #4658 (VSCode)
Remote debugging fails due to incorrect path mappings Remote debugging fails due to incorrect path mappings #5075 (PTVSD, Path Mapping)
Remote debugging failed Remote debugging failed with warning "pydev debugger: warning: try to add breakpoint to file that does not exist" #5094 (PTVSD, Path Mapping)
Duplicate file tab during debugging on Windows Duplicate file tab during debugging on Windows #4166
Multi process debugging with launch does not work due to path mappings
VS Code opening duplicate window with remote debugging and live reloading VS Code opening duplicate window with remote debugging and live reloading #3185 (VS Code Inconsistent drive letters in debugger breaking Python debugger vscode#67523)
The text was updated successfully, but these errors were encountered: