![]() Change FindLocation so it can return a substitute location expression and propagate it to pkg/terminal/command. When breakpoints are set using the syntax :<lineno> or +<lineno> produce a substitute location expression that doesn't depend on having a valid scope and can be used to restore the breakpoint. Fixes #3423 |
||
---|---|---|
.. | ||
client.go | ||
readme.txt | ||
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.