Closed alanjds closed 5 years ago
Delve debug on grumpy run --go-action debug ... And go build instead of run on grumpy run --go-action build
grumpy run --go-action debug ...
go build
run
grumpy run --go-action build
Probable is a better CLI API to have separate commands for "run" and "build", but is more code on an already clumsy function.
Should be refactored later. And TODO: Add docs about needing to install Delve (dlv) Go debugger.
dlv
Delve debug on
grumpy run --go-action debug ...
Andgo build
instead ofrun
ongrumpy run --go-action build
Probable is a better CLI API to have separate commands for "run" and "build", but is more code on an already clumsy function.
Should be refactored later. And TODO: Add docs about needing to install Delve (
dlv
) Go debugger.