Skip to content
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

Add support for remote source references #1322

Closed
DonJayamanne opened this issue Apr 6, 2018 · 2 comments
Closed

Add support for remote source references #1322

DonJayamanne opened this issue Apr 6, 2018 · 2 comments
Labels
area-debugging feature-request Request for new features or functionality
Milestone

Comments

@DonJayamanne
Copy link

DonJayamanne commented Apr 6, 2018

Scenarios:

  1. Debugging std libs or similar
  2. Attaching to a local process
  3. Debug a remote application without any source on the client side (all is one of, breakpoint(), ptvsd.wait_for_attach or ptvsd.break_into_debugger or an exception).

Upstream issue microsoft/ptvsd#318

I'd consider item 2 to be a great feature for release (I'm assuming this isn't already possible in PTVS, I know it isn't in VSC Python).

  • We shouldn't have to make any change to VSC (except for making the remoteRoot setting optional in launch.json)
@DonJayamanne
Copy link
Author

DonJayamanne commented Apr 6, 2018

@qubitron cc
I'm assuming this would be a great feature to release with the new debugger.

@DonJayamanne DonJayamanne added the feature-request Request for new features or functionality label Apr 6, 2018
@DonJayamanne
Copy link
Author

Completed

@DonJayamanne DonJayamanne added this to the April 2018 milestone Apr 12, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-debugging feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants