mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 04:35:19 +08:00
If there is no current goroutine when 'next', 'step' or 'stepout' are used set a condition that the thread ID should stay the same instead. This makes stepping work for multithreaded C programs or Go programs that have threads started by cgo code. Fixes #3262