delve/service/api
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
..
command.go proc,service,terminal: add ways to list goroutines waiting on a channel (#3481) 2023-08-23 13:02:34 -07:00
conversions.go *: Correct spelling mistakes (#3555) 2023-11-06 07:55:44 -06:00
prettyprint_test.go terminal: add -size argument to examinemem command 2020-09-11 08:21:11 +02:00
prettyprint.go proc: support reading captured variables of closures (#3682) 2024-04-07 21:36:50 -07:00
shorten_type_test.go Shorten variable types (#3535) 2023-11-09 10:15:25 +01:00
shorten_type.go Shorten variable types (#3535) 2023-11-09 10:15:25 +01:00
types.go proc: support reading captured variables of closures (#3682) 2024-04-07 21:36:50 -07:00