delve/service/dap
Suzy Mueller 688f94a4f8
service/dap: truncate value for expandable types in hover (#2529)
On hovers, including the full value for complex types is unnecessary, since the user will likely need to expand the children to inspect the values. Additionally, this can really slow down getting the hover values. This change will allow truncating the value in hover if the variable has a variables reference.

Updates golang/vscode-go#1435
2021-06-11 10:46:49 -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: truncate value for expandable types in hover (#2529) 2021-06-11 10:46:49 -07:00
server.go service/dap: truncate value for expandable types in hover (#2529) 2021-06-11 10:46:49 -07:00
utils.go service/dap: Support stackTrace request (#2093) 2020-07-01 11:01:17 -07:00