-
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
Automatically infer local and remote path mappings for remote debugging #1385
Comments
We'll need to come up with a solution for this before we release the new debugger, as the default values in |
If we can then great, otherwise "oh well" 😉 |
Upstream issue microsoft/ptvsd#691 |
That would be great! |
Solution - microsoft/ptvsd#691 (comment) |
For microsoft#1385 - Will set localRoot to "${workspaceFolder}" by default - Will set remoteRoot to "." by default - PTVSD will (eventually) pick this up and infer "." to be CWD.
Upstream dependency microsoft/ptvsd#1110 |
@d3r3kk |
Currently we expect users to provide the local and remote path mappings when setting up remote debugging.
Then there's source references.
If we try to automatically infer local and remote path mappings, then source references might not work.
This issue is merely a reminder to look into the ability to automatically infer the path mappings.
microsoft/vscode#47914
The text was updated successfully, but these errors were encountered: