go-delve / delve

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

proc: change 'step' command so that it steps through go statements #3686

Closed aarzilli closed 2 months ago

aarzilli commented 3 months ago

Change 'step' command so that when stepping into a 'go statement' the debugger will stop on the newly created goroutine, instead of just stepping over the go statement.

derekparker commented 2 months ago

@aarzilli needs rebase.

aarzilli commented 2 months ago

Done