go-delve / delve

Delve is a debugger for the Go programming language.
MIT License
22.84k stars 2.14k forks source link

pkg/terminal,pkg/proc: Implement next-instruction #3671

Closed derekparker closed 7 months ago

derekparker commented 7 months ago

The next-instruction (nexti) command behaves like step-instruction (stepi) however, similar to the next command it will step over function calls.