Skip to content

Instantly share code, notes, and snippets.

@stuartleeks
Created June 8, 2020 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuartleeks/c21f035a411215fd20f5a85f78450d01 to your computer and use it in GitHub Desktop.
Save stuartleeks/c21f035a411215fd20f5a85f78450d01 to your computer and use it in GitHub Desktop.
dlv2 - delve helper
# simplify dlv debug etc: `dlv2 debug ./cmd/to/run arg1 arg2 ...`
dlv2() { dlv $1 $2 --headless --listen localhost:2345 --api-version 2 -- "${@:3}" ; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment