delve/service/dap
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
..
daptest service/dap: add string value of byte/rune slice as child (#2541) 2021-06-23 16:51:57 -07:00
error_ids.go dap: handle SetVariable requests (#2440) 2021-05-20 10:05:47 -07:00
handles.go service/dap: implement array, slice, and map paging (#2512) 2021-06-10 09:34:20 -07:00
server_test.go service/dap: add throw reason to exception info (#2524) 2021-06-28 08:39:34 -07:00
server.go terminal,service: Add filtering and grouping to goroutines command (#2504) 2021-07-01 11:25:33 -07:00
utils.go service/dap: Support stackTrace request (#2093) 2020-07-01 11:01:17 -07:00