delve/service/dap
Suzy Mueller 1ebfc5c37b
service/dap: add throw reason to exception info (#2524)
We can get the throw reason by looking at the argument "s" in runtime.throw. This is not currently working in Go 1.16 or Go 1.17 (see golang/go#46425), but does work in Go 1.15 and Go 1.14
2021-06-28 08:39:34 -07:00
..
daptest service/dap: add string value of byte/rune slice as child (#2541) 2021-06-23 16:51:57 -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: add throw reason to exception info (#2524) 2021-06-28 08:39:34 -07:00
server.go service/dap: add throw reason to exception info (#2524) 2021-06-28 08:39:34 -07:00
utils.go service/dap: Support stackTrace request (#2093) 2020-07-01 11:01:17 -07:00