delve/Documentation
Nilesh Singh 8b878fb238
cmds/commands: Update 'client-addr' to support Unix domain sockets (#3819)
* cmds/commands: Update 'client-addr' to support Unix domain sockets

This change updates the '--client-addr' flag to accept Unix domain sockets (UDS). Currently, the --listen flag supports UDS, but --client-addr does not. This modification ensures consistency across the APIs and improves support for vscode-go, which uses reverse mode (via client-addr) to connect to DAP.

Fixes #3814

* Undo formatter changes in dlv_test.go

* Update commands.go
2024-09-30 11:20:48 -07:00
..
api *: replace old golang.org links with new go.dev (#3774) 2024-07-12 12:12:44 -07:00
cli *: replace old golang.org links with new go.dev (#3774) 2024-07-12 12:12:44 -07:00
installation Documentation: add homebrew installation instructions back again 2022-10-03 21:05:19 +02:00
internal Documentation: add notes on porting Delve to other architectures (#2666) 2021-08-20 09:32:56 -07:00
usage cmds/commands: Update 'client-addr' to support Unix domain sockets (#3819) 2024-09-30 11:20:48 -07:00
backend_test_health.md proc: step into coroutine (#3791) 2024-09-24 10:22:04 -07:00
EditorIntegration.md Documentation: Add dape to list of plugins (#3817) 2024-09-26 09:02:14 +02:00
faq.md *: Correct spelling mistakes (#3555) 2023-11-06 07:55:44 -06: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.