delve/command
Jason Del Ponte d54a3262d2 Added aliases to commands
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
2014-11-14 09:49:34 -06:00
..
command_test.go Added aliases to commands 2014-11-14 09:49:34 -06:00
command.go Added aliases to commands 2014-11-14 09:49:34 -06:00