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


Options used to configure and launch a Debug Adapter server.

See https://microsoft.github.io/debug-adapter-protocol/ for more information.

Backend: <span style="color: purple"><code>pants.core</code></span> Config section: <span style="color: purple"><code>[debug-adapter]</code></span>

## Basic options

<div style="color: purple">

### `host`

<code>--debug-adapter-host=<str></code><br> <code>PANTS_DEBUG_ADAPTER_HOST</code><br>

</div> <div style="padding-left: 2em;"> <span style="color: green">default: <code>127.0.0.1</code></span>

<br>

The hostname to use when launching the server.

</div> <br>

<div style="color: purple">

### `port`

<code>--debug-adapter-port=<int></code><br> <code>PANTS_DEBUG_ADAPTER_PORT</code><br>

</div> <div style="padding-left: 2em;"> <span style="color: green">default: <code>5678</code></span>

<br>

The port to use when launching the server.

</div> <br>

## Advanced options

None

## Deprecated options

None