delve/service/rpc1
Alessandro Arzilli 6e7e1d8830
proc,terminal: allow setting suspended breakpoints (#3154)
Allows setting suspended breakpoints and try to enable them
automatically after every time a plugin is loaded.

Fixes #1653
Updates #2551
2022-10-04 08:07:05 -07:00
..
client.go *: switch to int64 for goroutine IDs (#3110) 2022-08-16 09:31:11 -07:00
readme.txt service-*: conform to godoc comments (#2916) 2022-03-09 09:12:42 -08:00
server.go proc,terminal: allow setting suspended breakpoints (#3154) 2022-10-04 08:07:05 -07:00

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.