This will configure the default behavior when beginning to evaluate a build target. When `stopOnEntry` is used, it will default to `stepNext`. Otherwise, `stepContinue` will be used. Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
23 lines
658 B
Markdown
23 lines
658 B
Markdown
# docker buildx dap
|
|
|
|
<!---MARKER_GEN_START-->
|
|
Start debug adapter protocol compatible debugger (EXPERIMENTAL)
|
|
|
|
### Subcommands
|
|
|
|
| Name | Description |
|
|
|:-------------------------------|:--------------|
|
|
| [`build`](buildx_dap_build.md) | Start a build |
|
|
|
|
|
|
### Options
|
|
|
|
| Name | Type | Default | Description |
|
|
|:----------------|:---------|:--------|:-----------------------------------------|
|
|
| `--builder` | `string` | | Override the configured builder instance |
|
|
| `-D`, `--debug` | `bool` | | Enable debug logging |
|
|
|
|
|
|
<!---MARKER_GEN_END-->
|
|
|