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
updated Enter-Debugger logic such that it ensures that the DebuggerHidden attribute is set on the ConditionalScript script block before it is invoked; this prevents stepping into the conditional script block, but when using the breakpoint command to debug a script, it isn't the conditional script block that is being debugged so that should be ok :)