delve/service
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
..
api terminal,service: auto-continue during next and step (#448) 2016-04-24 16:20:02 -07:00
debugger terminal,service: auto-continue during next and step (#448) 2016-04-24 16:20:02 -07:00
rpc1 terminal,service: auto-continue during next and step (#448) 2016-04-24 16:20:02 -07:00
rpc2 terminal,service: auto-continue during next and step (#448) 2016-04-24 16:20:02 -07:00
test proc: allow use of quoted type names in type casts (#434) 2016-04-24 16:14:42 -07:00
client.go terminal,service: auto-continue during next and step (#448) 2016-04-24 16:20:02 -07:00
config.go cmd/dlv: add flag to make headless server accept multiple clients 2016-02-17 20:09:50 +01:00
server.go misc: cleanup and documentation 2016-01-10 02:10:51 -08:00