- Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
I'm using the log15 package for logging, which uses the go-stack package for stack tracing.
There is a particular line/method within the go-stack package that intentionally triggers a sigpanic:
https://github.com/go-stack/stack/blob/master/stack.go#L228
Due to this line, the debugger just keeps breaking at this same place over and over, and never allows me to continue or step over it, constantly printing out "continuing" from this line:
https://github.com/derekparker/delve/blob/master/service/debugger/debugger.go#L393
Not sure where to start in troubleshooting this.
Reactions are currently unavailable