delve/service/debugger
Derek Parker 1bda586115 proc: step now goes to next line, including funcs
This patch modifies the `step` command to step to the next source line,
stepping into any function encountered along the way.

Fixes #360
2016-01-24 15:48:36 -08:00
..
debugger_darwin.go Add support for Windows. 2016-01-20 19:06:31 -08:00
debugger_linux.go Add support for Windows. 2016-01-20 19:06:31 -08:00
debugger_windows.go Add support for Windows. 2016-01-20 19:06:31 -08:00
debugger.go proc: step now goes to next line, including funcs 2016-01-24 15:48:36 -08:00
locations.go Add support for Windows. 2016-01-20 19:06:31 -08:00