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
Set IsDebuggingRemoteRunspace sooner for attach (#1815)
Since we're not setting `DebugContext.IsActive` sooner, we also need to
set `IsDebuggingRemoteRunspace` early as well. Otherwise `DoOneRepl`
sees `IsActive`, but not in a breakpoint, and stops debugging.
0 commit comments