Files
buildx/docs/reference/buildx_dap.md
T
Jonathan A. Sternberg a291698eaf dap: support stopOnEntry to configure behavior when starting the debugger
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>
2025-07-07 09:39:23 -05:00

658 B

docker buildx dap

Start debug adapter protocol compatible debugger (EXPERIMENTAL)

Subcommands

Name Description
build Start a build

Options

Name Type Default Description
--builder string Override the configured builder instance
-D, --debug bool Enable debug logging