delve/service/api
Derek Parker 29aa2ea8c9
pkg/terminal,pkg/proc: Implement next-instruction (#3671)
The next-instruction (nexti) command behaves like
step-instruction (stepi) however, similar to the
`next` command it will step over function calls.
2024-02-28 09:28:33 +01: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 terminal: add color highlighting to stacktraces (#3649) 2024-02-07 11:06:30 -08: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 pkg/terminal,pkg/proc: Implement next-instruction (#3671) 2024-02-28 09:28:33 +01:00