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 has been archived by the owner on Aug 2, 2023. It is now read-only.
Currently we can only launch the debugger in non-debug mode when using -m.
I'd like to have the same feature by importing PTVSD and invoking a function, similar to debugging using the debug function in debugger.py
Basically this is necessary to launch the debugger in non-debug mode when using a launcher script.
The text was updated successfully, but these errors were encountered:
Currently we can only launch the debugger in non-debug mode when using
-m
.I'd like to have the same feature by importing PTVSD and invoking a function, similar to debugging using the
debug
function indebugger.py
Basically this is necessary to launch the debugger in non-debug mode when using a launcher script.
The text was updated successfully, but these errors were encountered: