-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSIC> spam when using Stop button with -ErrorAction Break and nested scopes #4010
Closed
5 of 6 tasks
ninmonkey opened this issue
Jun 5, 2022
· 1 comment
· Fixed by PowerShell/PowerShellEditorServices#1818
Closed
5 of 6 tasks
PSIC> spam when using Stop button with -ErrorAction Break and nested scopes #4010
ninmonkey opened this issue
Jun 5, 2022
· 1 comment
· Fixed by PowerShell/PowerShellEditorServices#1818
Labels
Comments
ninmonkey
changed the title
PSIC> spam when using Stop button with -ErrorAction Break
PSIC> spam when using Stop button with -ErrorAction Break and nested scopes
Jun 5, 2022
from the zip's iter2's logs: Double dotsTwo functions are showing as double dots
Local Path
|
andyleejordan
added
Area-Debugging
and removed
Needs: Triage
Maintainer attention needed!
labels
Jun 8, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites
Summary
The
stop
button in the UI causes thePSIC>
error, 100% of the time.When paused in a break point:
The callstack is always the same
Maybe Related or Not?
Originally posted by @andschwa in #3998 (comment)
Does command "issue a command" mean running commands in the REPL? Or Clicking stop on the UI? For this case, when paused in a breakpoint:
f5
orcontinue
it works as normalstop
that it explodes.PowerShell Version
Visual Studio Code Version
Extension Version
Steps to Reproduce
To Recreate: Stop on -EA 'break' plus nested Scope
This one breaks 100% of the time, even on new windows
Example2 : Sometimes breaks
I ran this 5 times in a row. They were okay until the 5th time it crashed.
Example that Works: No Nested Scope, No Crash
Visuals
No response
Logs
2022-06-03-editorservicesPSICspam.zip
The text was updated successfully, but these errors were encountered: