delve/pkg
aarzilli 454491ce86 service,logflags: log all RPC messages
We occasionally receive bug reports from users of VSCode-go and GoLand.
GoLand has its own way of capturing the packet exchange between itself
and delve but VSCode-go (supposedly) doesn't.
So far this hasn't been a problem since all bug reports were obvious
bugs on the plugin or easy to reproduce without VSCode-go, but it might
be helpful in the future to have a way to log the packet exchange
between dlv and a frontend.

This commit adds a --log-output option to enable logging of all rpc
messages and changes service/rpccommon accordingly.
2018-06-14 09:27:38 -07:00
..
config config: Return handle for created default config (#1130) 2018-02-20 20:24:05 +01:00
dwarf proc: use new extended attribute to resolve concrete type of interfaces 2018-06-11 11:09:02 -07:00
goversion proc: correctly set G struct offset for 1.11 2018-06-11 11:09:02 -07:00
logflags service,logflags: log all RPC messages 2018-06-14 09:27:38 -07:00
proc proc,service: display return values when stepping out of a function 2018-06-12 11:35:56 +02:00
terminal proc,service: display return values when stepping out of a function 2018-06-12 11:35:56 +02:00
version all: Bump to v1.0.0 (#1126) 2018-02-19 21:33:47 +01:00