godash/scripts/debug.sh

5 lines
139 B
Bash
Raw Permalink Normal View History

2024-03-26 10:25:19 +01:00
#!/bin/sh
go build -gcflags="all=-N -l" -o /tmp/app
dlv --listen=:4001 --headless=true --api-version=2 --accept-multiclient exec /tmp/app