![]() * 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 |
||
---|---|---|
.. | ||
client.go | ||
readme.txtr | ||
server.go |
This package implements version 1 of Delve's API and is only kept here for backwards compatibility. Client.go is the old client code used by Delve's frontend (delve/cmd/dlv), it is only preserved here for the backwards compatibility tests in service/test/integration1_test.go.