Skip to content
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

Fix prompt spam and general debugger reliability improvements #1762

Merged
merged 2 commits into from
Apr 19, 2022

Conversation

SeeminglyScience
Copy link
Collaborator

This should make default prompt spam significantly less likely or impossible. Also fixes a scenario here if the REPL loop is evaluating and in an attached process, closing the attachee would dead lock.

Also fixed a logic bug that probably caused some not yet seen issues.

We definitely do not want to ignore cancel requests when the
runspace **is** usable. Oops
This should make default prompt spam significantly less likely
or impossible. Also fixes a scenario where if the REPL loop is
evaluating and in an attached process, closing the attachee
would dead lock.
Copy link
Member

@andyleejordan andyleejordan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@andyleejordan andyleejordan changed the title Fix prompt spam and general debugger reliability improvements. Fix prompt spam and general debugger reliability improvements Apr 19, 2022
@andyleejordan andyleejordan merged commit 2621e13 into PowerShell:master Apr 19, 2022
@SeeminglyScience SeeminglyScience deleted the more-debug-changes branch April 19, 2022 19:19
@SydneyhSmith SydneyhSmith mentioned this pull request Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants