HomeDocs
DocsCommunityTestimonialsUsersGitHubTwitterBlogJobsTermsPrivacyCookies
TermsPrivacyCookies
Hey! These docs are for version 2.14, which is no longer officially supported. Click here for the latest version, 2.18!

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