delve/terminal
Alessandro Arzilli c4e01da5ca terminal,service: auto-continue during next and step (#448)
* proc: bugfix: StepInto can not function when temp bps exist

* terminal,service: auto-continue during next and step

Make dlv call continue automatically when a breakpoint is hit on a
different goroutine during a next or step operation.
Added API hooks to implement the other solution to this problem (cancel
the next/step operation if a different breakpoint is hit).

Fixes #387
2016-04-24 16:20:02 -07:00
..
command_test.go terminal,service: auto-continue during next and step (#448) 2016-04-24 16:20:02 -07:00
command.go terminal,service: auto-continue during next and step (#448) 2016-04-24 16:20:02 -07:00
disasmprint.go Disassemble command 2016-02-11 16:59:07 -08:00
terminal_other.go terminal: Update doc strings for getColorableWriter 2016-04-18 12:49:14 -07:00
terminal_windows.go terminal: Update doc strings for getColorableWriter 2016-04-18 12:49:14 -07:00
terminal.go terminal: helpful message in SIGINT handler (#486) 2016-04-24 10:27:25 -07:00