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
Improve reliability of execution on pipeline thread while debugging
This change improves reliability of command execution on the pipeline
thread when stopped at a breakpoint in the debugger. Previously there
was a global task variable used to propagate execution results back to
the caller of ExecuteCommand, but now we use a specific task variable
that's tied to the original ExecuteCommand call to avoid reuse of the
global task.
0 commit comments