mirror of
https://github.com/go-delve/delve.git
synced 2025-11-03 22:08:33 +08:00
Automatically sets a breakpoint on runtime.startpanic, the function that gets called by runtime.dopanic when a panic is not recovered. Implements #317