delve/service
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
..
api pkg/proc: add support for hit count condition breakpoints (#2490) 2021-05-28 11:21:53 -07:00
dap service/dap: truncate value for expandable types in hover (#2529) 2021-06-11 10:46:49 -07:00
debugger service/dap: implement array, slice, and map paging (#2512) 2021-06-10 09:34:20 -07:00
internal/sameuser dap: add sameuser check (#2494) 2021-05-19 10:29:05 -07:00
rpc1 pkg/proc: add support for hit count condition breakpoints (#2490) 2021-05-28 11:21:53 -07:00
rpc2 pkg/proc: add support for hit count condition breakpoints (#2490) 2021-05-28 11:21:53 -07:00
rpccommon dap: add sameuser check (#2494) 2021-05-19 10:29:05 -07:00
test proc: when converting registers to slices set Base address (#2517) 2021-06-02 13:46:24 -07:00
client.go terminal,service: add API and commands for watchpoints (#2488) 2021-05-20 10:04:02 -07:00
config.go cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
listenerpipe.go cmd,service: in non-headless mode use an in-memory connection 2018-10-08 15:11:13 -07:00
rpccallback.go service: serialize calls to Command API (#2370) 2021-03-08 10:05:10 -08:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00