delve/service/dap
Alessandro Arzilli bbcea6b9f4
proc: support reading captured variables of closures (#3682)
Supports showing captured variables for function closures on versions
of Go that export informations about the closure struct (Go >= 1.23)

Fixes #3612
2024-04-07 21:36:50 -07:00
..
daptest tests: fix tests in go1.22 (#3583) 2023-11-27 14:59:55 -08:00
command.go Show pprof labels in thread names (#3501) 2023-12-04 15:44:10 +01:00
config_test.go Show pprof labels in thread names (#3501) 2023-12-04 15:44:10 +01:00
config.go Show pprof labels in thread names (#3501) 2023-12-04 15:44:10 +01:00
error_ids.go service-*: conform to godoc comments (#2916) 2022-03-09 09:12:42 -08: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: support waitfor option for 'dap attach' only (#3656) 2024-02-07 11:03:36 -08:00
server.go proc: support reading captured variables of closures (#3682) 2024-04-07 21:36:50 -07:00
types.go service/dap: support waitfor option for 'dap attach' only (#3656) 2024-02-07 11:03:36 -08:00