You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2023. It is now read-only.
Debug a remote application without any source on the client side (all we need is, is one of, breakpoint(), ptvsd.wait_for_attach or ptvsd.break_into_debugger or an exception).
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).
When does this come into play:
Only when remote debugging (attach) and if ptvsd is unable to map the server file to a client file (i.e. PTVSD is unable to map the file)
Status
I've got this working, just need to test on Windows, Linux and a docker container
Seems to work without any source
Breakpoints/pause/breaking into exceptions (works)