mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 20:20:40 +08:00
* service/debugger: Restore breakpoints using file:line on restart Restoring by address can cause the breakpoint to be inserted in the middle of an instruction if the executable file has changed. * terminal: Warn of stale executable when printing source