mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 02:07:58 +08:00
Add command to print active breakpoints
This commit is contained in:
@ -185,7 +185,7 @@ func (thread *ThreadContext) continueToReturnAddress(pc uint64, fde *frame.Frame
|
||||
return err
|
||||
}
|
||||
}
|
||||
bp.temp = true
|
||||
bp.Temp = true
|
||||
// Ensure we cleanup after ourselves no matter what.
|
||||
defer thread.clearTempBreakpoint(bp.Addr)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user