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
For #121, we need a way to spawn a launcher remotely, and have it connect to the adapter across the network boundary. Currently, it always connects to the specified port on localhost. We need to allow both host and port to be specified.
The text was updated successfully, but these errors were encountered:
int19h
changed the title
Provide a way for the launcher to connect to hosts other than localhost
Provide a way for the launcher to connect to adapter on another host
Apr 21, 2020
int19h
added a commit
to int19h/debugpy
that referenced
this issue
Apr 22, 2020
…er on another host
Allow specifying host:port for the launcher to connect to. Use command line argument instead of environment variable to facilitate propagation.
Fix encoding of command line arguments when propagating them to the launcher in "internalConsole" mode.
For #121, we need a way to spawn a launcher remotely, and have it connect to the adapter across the network boundary. Currently, it always connects to the specified port on localhost. We need to allow both host and port to be specified.
The text was updated successfully, but these errors were encountered: