delve/Documentation
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
..
api Documentation: add DAP API page (#2856) 2022-01-06 08:58:08 -08:00
cli terminal: add transcript command (#2814) 2022-01-27 13:18:25 -08:00
installation Documentation: add more installation instuctions (#2824) 2021-12-12 10:30:21 -08:00
internal Documentation: add notes on porting Delve to other architectures (#2666) 2021-08-20 09:32:56 -07:00
usage commmands: update DAP overview in help (#2850) 2022-01-06 08:57:40 -08:00
backend_test_health.md proc/native: disable watchpoints on Windows (#2769) 2021-10-30 06:47:38 -07:00
EditorIntegration.md Documentation: add vimspector to list of editor plugins (#2506) 2021-05-25 10:50:07 -07:00
faq.md Doc: update KnownBugs and faq. (#2196) 2020-10-19 08:21:03 -07:00
KnownBugs.md Doc: update KnownBugs and faq. (#2196) 2020-10-19 08:21:03 -07:00
README.md documentation: add gdlv to list of alternative UIs (#774) 2017-03-24 16:10:01 -07:00

Delve Documentation

Documentation for the project will reside in this directory.