delve/service/dap
Suzy Mueller 88b163d038
service/dap: include selected goroutine in threads request (#2683)
When we set a limit on the number of threads that would be
returned, it was possible that the selected thread was not
included in the list of threads. This could cause issues
because the stopped reason is associated with the selected
goroutine, so users could be missing out on important info.

This change makes sure that the selected goroutine is included
by adding it to the end of the list.
2021-09-01 09:58:42 -07:00
..
daptest dap: define LaunchConfig/AttachConfig types (#2571) 2021-08-26 14:42:58 +02:00
error_ids.go service/dap: fix noDebug mode to handle requests while running (#2658) 2021-08-16 08:51:23 -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: include selected goroutine in threads request (#2683) 2021-09-01 09:58:42 -07:00
server.go service/dap: include selected goroutine in threads request (#2683) 2021-09-01 09:58:42 -07:00
types.go dap: define LaunchConfig/AttachConfig types (#2571) 2021-08-26 14:42:58 +02:00
utils.go service/dap: Support stackTrace request (#2093) 2020-07-01 11:01:17 -07:00