Go Debug

Interactively debug Go programs in a single context using Delve (dlv) driven through tmux. Use when a bug requires runtime inspection — stepping through code, examining variables, walking goroutines, attaching to a live process, or debugging a hanging integration test — rather than just reading the source. Triggers include "step through this", "set a breakpoint", "attach to the running server", "why is this goroutine stuck", "debug this failing test".

Roasbeef fd150cf 3 files · 30.3 KB Updated

File contents

Roasbeef/claude-files/tree/main/skills/go-debug commit fd150cf0bd

Frequently asked questions

npx skillmds@latest add roasbeef/go-debug