Closed
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_attach
orptvsd.break_into_debugger
oran 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 inlaunch.json
)