delve/Documentation
Alessandro Arzilli 7c82164264
terminal,service: Add filtering and grouping to goroutines command (#2504)
Adds filtering and grouping to the goroutines command.

The current implementation of the goroutines command is modeled after
the threads command of gdb. It works well for programs that have up to
a couple dozen goroutines but becomes unusable quickly after that.

This commit adds the ability to filter and group goroutines by several
different properties, allowing a better debugging experience on
programs that have hundreds or thousands of goroutines.
2021-07-01 11:25:33 -07:00
..
api Documentation: correct the flag name used to configure log destination (#2464) 2021-05-04 08:39:01 +02:00
cli terminal,service: Add filtering and grouping to goroutines command (#2504) 2021-07-01 11:25:33 -07:00
installation Documentation: mention developer group in macOS install instructions (#2409) 2021-04-02 09:34:44 -07:00
internal Documentation: better documentation menu, add guide to writing a client 2018-07-02 09:35:27 -07:00
usage dap: update dlv dap --help (#2558) 2021-06-29 15:15:47 +02:00
backend_test_health.md _scripts: change gen-backend_test_health.go to be more stable (#2505) 2021-05-25 10:49:46 -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.