You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/goDebug: check if delve exited before attempting to get state
There is an initial ThreadsRequest after initialization from
vscode. If the program exits too quickly, this request may come
after delve has already exited. There is already a check to
ignore an error from ListGoRoutines if the debugState.exited.
This change adds the same check to threadsRequest before
isDebuggeeRunning is called, which tries to get the debugState
from delve.
Updates #1113
Change-Id: I01b1f2af9d7357c2363709b94435b797aa042459
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/286492
Trust: Suzy Mueller <[email protected]>
Run-TryBot: Suzy Mueller <[email protected]>
Reviewed-by: Polina Sokolova <[email protected]>
0 commit comments