delve/service/dap
Suzy Mueller 3941af1d02
service/dap: limit the number of goroutines to return from a threads request (#2595)
This adds a cap and a log message if there are many goroutines. This will help
prevent the debugger from freezing, but does not yet address making sure the
interesting goroutines are the ones that are returned.

Updates golang/vscode-go#129
2021-07-21 08:26:40 -07:00
..
daptest service/dap: send continued event before step response (#2594) 2021-07-20 08:51:08 -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: Support for replay and core modes (#2367) 2021-07-21 07:38:04 -07:00
server.go service/dap: limit the number of goroutines to return from a threads request (#2595) 2021-07-21 08:26:40 -07:00
utils.go service/dap: Support stackTrace request (#2093) 2020-07-01 11:01:17 -07:00