forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
Scenarios:
- Debugging std libs or similar
- Attaching to a local process
- Debug a remote application without any source on the client side (all is one of,
breakpoint(),ptvsd.wait_for_attachorptvsd.break_into_debuggeroran 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
remoteRootsetting optional inlaunch.json)
Metadata
Metadata
Assignees
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionality