| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
Co-Authored-By: Ilya <darpa@yandex.ru>
| # Ensure that breakpoints were not created in the default runspace. | ||
| # Prior to this issue being fixed, breakpoints with the same id | ||
| # would be created or updated in the default runspace. | ||
| $host.Runspace.Debugger.GetBreakpoints() | Should -BeNullOrEmpty |
There was a problem hiding this comment.
test cases should be independent.
Sorry, something went wrong.
There was a problem hiding this comment.
But this is not blocking.
Sorry, something went wrong.
There was a problem hiding this comment.
Travis Plunk (@TravisEz13) A question about this for my own knowledge: by independent do you mean that the specific test for that issue should be in a different Describe or Context invocation? Or do you mean that the comments shouldn't be there, because they infer a dependency between that test and the issue it resolves?
Sorry, something went wrong.
|
Hello Travis Plunk (@TravisEz13)! Because this pull request has the AutoMerge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass. p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here. |
Sorry, something went wrong.
…roneously replicated to the host runspace debugger (PowerShell#10503) * fix PowerShell#10167 * Update test/powershell/SDK/Breakpoint.Tests.ps1 Co-Authored-By: Ilya <darpa@yandex.ru>
|
🎉v7.0.0-preview.4 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
…roneously replicated to the host runspace debugger (PowerShell#10503) * fix PowerShell#10167 * Update test/powershell/SDK/Breakpoint.Tests.ps1 Co-Authored-By: Ilya <darpa@yandex.ru>
| Back | FazBrowse Home | New Git URL |
PR Summary
Fixes #10167.
Prior to this fix, if you created, modified, or removed a breakpoint in a nested debugger or inside of a job debugger, whatever change you made would be applied to the breakpoint with the corresponding breakpoint ID in the host runspace debugger. This fix removes the event handler that was causing breakpoint changes to be erroneously replicated to the host runspace debugger.
PR Context
See discussion with Paul Higinbotham (@PaulHigin) in #10167.
PR Checklist