Skip to content

Fix prompt spam and general debugger reliability improvements - #1762

Merged
Andy Jordan (andyleejordan) merged 2 commits into
PowerShell:masterfrom
SeeminglyScience:more-debug-changes
Apr 19, 2022
Merged

Fix prompt spam and general debugger reliability improvements#1762
Andy Jordan (andyleejordan) merged 2 commits into
PowerShell:masterfrom
SeeminglyScience:more-debug-changes

Conversation

@SeeminglyScience

Copy link
Copy Markdown
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
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM.

@andyleejordan Andy Jordan (andyleejordan) changed the title Fix prompt spam and general debugger reliability improvements. Fix prompt spam and general debugger reliability improvements Apr 19, 2022
@andyleejordan
Andy Jordan (andyleejordan) merged commit 2621e13 into PowerShell:master Apr 19, 2022
@SeeminglyScience
Patrick Meinecke (SeeminglyScience) deleted the more-debug-changes branch April 19, 2022 19:19
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