You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/commands
Kohei Tokunaga bcf21dee44
monitor: support step-by-step breakpoint debugger
This commit adds a set of commands to monitor for enabling breakpoint debugger.
This is implemented based on the walker utility for step-by-step LLB inspection.
For each vertex and breakpoint, monitor calls Solve API so the user can enter to
the debugger container on each vertex for inspection.

User can enter to the breakpoint debugger mode by --invoke=debug-step flag.

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
2 years ago
..
imagetools cli: set default completion 2 years ago
bake.go build: display build details link 2 years ago
build.go monitor: support step-by-step breakpoint debugger 2 years ago
create.go Merge pull request #1727 from crazy-max/cmd-completion 2 years ago
create_test.go Fix tolerations not parsing its options correctly, add tests 3 years ago
debug-shell.go controller: replace logrus status messages with progress messages 2 years ago
diskusage.go cli: set default completion 2 years ago
inspect.go inspect: display builder features 2 years ago
install.go cli: set default completion 2 years ago
ls.go cli: set default completion 2 years ago
prune.go cli: set default completion 2 years ago
rm.go cli: add completion to list builder names 2 years ago
root.go Merge pull request #1727 from crazy-max/cmd-completion 2 years ago
stop.go cli: add completion to list builder names 2 years ago
uninstall.go cli: set default completion 2 years ago
use.go cli: add completion to list builder names 2 years ago
version.go cli: set default completion 2 years ago