delve/service/dap
Suzy Mueller 30b3cc2c6f
service/dap: implement array, slice, and map paging (#2512)
If the client supports paging, we allow them to fetch array and slice items in chunks that we assume will be of a reasonable size. For example, VS Code requests indexed variables in chunks of 100.

Fixes golang/vscode-go#1518
2021-06-10 09:34:20 -07:00
..
daptest service/dap: implement array, slice, and map paging (#2512) 2021-06-10 09:34:20 -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: implement array, slice, and map paging (#2512) 2021-06-10 09:34:20 -07:00
server.go service/dap: implement array, slice, and map paging (#2512) 2021-06-10 09:34:20 -07:00
utils.go service/dap: Support stackTrace request (#2093) 2020-07-01 11:01:17 -07:00