-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Change PSManageBreakpointsInRunspace
to be non-Experimental
#13527
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
Change PSManageBreakpointsInRunspace
to be non-Experimental
#13527
Conversation
ede98ad
to
29090f9
Compare
@SteveL-MSFT please rebase your branch. |
I'm not sure I feel comfortable with moving this out of experimental in light of some of the odd behavior Justin was seeing in his codespaces demo which happened with PowerShell 7 console debugging. |
29090f9
to
d63a894
Compare
@SteveL-MSFT Is |
@TylerLeonhardt Can you please open an issue to describe and track the odd behavior you and Justin observed? |
@daxian-dbw I've opened this issue: #13567 the gist is, we (probably I) broke the behavior way back for PS7. We probably shouldn't have a |
This is pending investigation of other debugger issues that may or may not be related to this experimental feature |
This pull request has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 15 days. It will be closed if no further activity occurs within 10 days of this comment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can address any issues as they arise.
d63a894
to
7577290
Compare
Reassinging as Andrew is out right now |
Re-running CI tests |
This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days. |
Fixed via #15864 |
PR Summary
Remove code that made this an Experimental Feature and updated tests.
PR Context
@PowerShell/powershell-committee agreed to take this feature out of Experimental: #13406
PR Checklist
.h
,.cpp
,.cs
,.ps1
and.psm1
files have the correct copyright headerWIP:
or[ WIP ]
to the beginning of the title (theWIP
bot will keep its status check atPending
while the prefix is present) and remove the prefix when the PR is ready.-Runspace
parameter on Debugging cmdlets is no longer Experimental MicrosoftDocs/PowerShell-Docs#6560