delve/pkg/terminal/starbind
Alessandro Arzilli 5b925d4f5d
terminal: add transcript command (#2814)
Adds a transcript command that appends all command output to a file.
This command is equivalent to gdb's 'set logging'.

As part of this refactor the pkg/terminal commands to always write to a
io.Writer instead of using os.Stdout directly (through
fmt.Printf/fmt.Println).

Fixes #2237
2022-01-27 13:18:25 -08:00
..
conv.go *: clean up staticcheck problems (#2723) 2021-09-28 12:07:42 -07:00
repl.go terminal: add transcript command (#2814) 2022-01-27 13:18:25 -08:00
starlark_mapping.go proc,terminal,service: support stack watchpoints (#2521) 2021-08-09 10:41:25 -07:00
starlark.go terminal: add transcript command (#2814) 2022-01-27 13:18:25 -08:00