delve/Documentation
Hyang-Ah Hana Kim 98a0bcf772
cmd/dlv: add --client-addr flag to run dap with a predefined client (#2568)
This adds a new `--client-addr=host:port` flag to `dlv dap`.
If it is supplied, the dap process will dial into the tcp port where
a DAP client is waiting, and work with only the DAP client.
The DAP client is supposed to start the normal DAP message
exchange starting with the 'initialize' request after the dlv dap
process dials in and the connection is set up. 

VS Code Go extension plans to use this mode for

* reliably detecting `dlv dap` readiness. Currently it depends on
watching the log stream. After this PR, it can listen on a network port.
* running `dlv dap` from any terminal (part of RunInTerminal workflow
implementation).
2021-10-13 11:43:47 -07:00
..
api Documentation: correct the flag name used to configure log destination (#2464) 2021-05-04 08:39:01 +02:00
cli proc/gdbserver: support watchpoints (#2659) 2021-10-04 14:45:05 -07:00
installation Documentation: remove individual os install instruction links (#2697) 2021-09-13 10:55:06 +02:00
internal Documentation: add notes on porting Delve to other architectures (#2666) 2021-08-20 09:32:56 -07:00
usage cmd/dlv: add --client-addr flag to run dap with a predefined client (#2568) 2021-10-13 11:43:47 -07:00
backend_test_health.md proc/gdbserver: support watchpoints (#2659) 2021-10-04 14:45:05 -07:00
EditorIntegration.md Documentation: add vimspector to list of editor plugins (#2506) 2021-05-25 10:50:07 -07:00
faq.md Doc: update KnownBugs and faq. (#2196) 2020-10-19 08:21:03 -07:00
KnownBugs.md Doc: update KnownBugs and faq. (#2196) 2020-10-19 08:21:03 -07: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.