go-delve / delve

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

service/debugger: evaluate breakpoint vars on g-less threads #3759

Closed aarzilli closed 2 days ago

aarzilli commented 1 week ago

Use a thread scope to evaluate breakpoint variables if the current thread does not have an associated goroutine.

Fixes #3758