
Added: - break: b - continue: c - step: si - next: n - print: p Taken from the gdb command list Also updated .gitignore to ignore built dlv file in cmd/dlv
11 lines
82 B
Plaintext
11 lines
82 B
Plaintext
dbg
|
|
foo
|
|
bar
|
|
main
|
|
notes.txt
|
|
**/*.txt
|
|
**/*.test
|
|
.tags*
|
|
tags
|
|
.dbg_history
|
|
cmd/dlv/dlv |