debug-adapter¶
Options used to configure and launch a Debug Adapter server.
See https://microsoft.github.io/debug-adapter-protocol/ for more information.
Backend: pants.core
Config section: [debug-adapter]
Basic options¶
host
¶
--debug-adapter-host=<str>
PANTS_DEBUG_ADAPTER_HOST
default: 127.0.0.1
The hostname to use when launching the server.
port
¶
--debug-adapter-port=<int>
PANTS_DEBUG_ADAPTER_PORT
default: 5678
The port to use when launching the server.
Advanced options¶
None
Deprecated options¶
None