Skip to main content
Version: 2.18 (deprecated)

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
pants.toml
[debug-adapter]
host = <str>
default: 127.0.0.1

The hostname to use when launching the server.

port

--debug-adapter-port=<int>
PANTS_DEBUG_ADAPTER_PORT
pants.toml
[debug-adapter]
port = <int>
default: 5678

The port to use when launching the server.

Advanced options

None

Deprecated options

None

None