mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 21:40:22 +08:00
service/debugger: bugfix: error values can not be marshalled (#697)
This commit is contained in:
committed by
Derek Parker
parent
fd1df948fa
commit
4dd627f669
@ -316,5 +316,5 @@ func (regs Registers) String() string {
|
||||
|
||||
type DiscardedBreakpoint struct {
|
||||
Breakpoint *Breakpoint
|
||||
Reason error
|
||||
Reason string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user