Closed
Description
Internal Team Ask (vscode-ros)
currently only getRemoteLauncherCommand()
is exposed in vscode-python
's api interface.
meantime, as described in ptvsd
documentation, ptvsd
could be used at entry (to launch a script/module), or while the (Python) process is running (to inject a ptvsd
instance)
It would be nice if a new getInjectDebugServerCommand()
api could be exposed.