delve/Documentation
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
..
api documentation: API documentation improvements (#507) 2016-04-24 10:18:02 -07:00
cli command/terminal: Printing stack trace of all the goroutines (#1212) 2018-05-22 11:02:43 -07:00
installation Update install.md 2018-03-28 12:15:23 -04:00
internal docs: Move wiki docs into Documentation dir 2016-02-19 10:47:46 -08:00
usage service,logflags: log all RPC messages 2018-06-14 09:27:38 -07:00
EditorIntegration.md Mention that vim-go now supports Delve integration 2018-03-27 12:37:45 -04:00
KnownBugs.md proc: lexical block support 2017-08-01 11:20:25 -06:00
README.md documentation: add gdlv to list of alternative UIs (#774) 2017-03-24 16:10:01 -07:00

Delve Documentation

Documentation for the project will reside in this directory.