mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 04:36:29 +08:00
Remove timeoutWait due to improved scheduler handling
This commit is contained in:
@ -170,7 +170,7 @@ func (thread *ThreadContext) Step() (err error) {
|
||||
return fmt.Errorf("step failed: %s", err.Error())
|
||||
}
|
||||
|
||||
_, _, err = timeoutWait(thread, 0)
|
||||
_, _, err = wait(thread.Id, 0)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user