grumpyhome / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.
Apache License 2.0
420 stars 18 forks source link

Delve debug on `grumpy run --go-action debug ... ` #129

Closed alanjds closed 5 years ago

alanjds commented 5 years ago

Delve debug on grumpy run --go-action debug ... And go build instead of run on 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.