Uh oh!
There was an error while loading. Please reload this page.
debugger: wait for initial pause output after run - #64042
Closed
inoway46 wants to merge 1 commit into
Closed
Conversation
Signed-off-by: inoway46 <inoueyuya416@gmail.com>
inoway46
marked this pull request as ready for review
June 21, 2026 04:35
inoway46
marked this pull request as draft
June 21, 2026 04:40
inoway46
commented
Jun 21, 2026
ContributorAuthor
trivikr
commented
Jun 22, 2026
Member
We just landed #63969. This PR can be rebased and made ready for review. |
inoway46
commented
Jun 23, 2026
ContributorAuthor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Based on: #64005 (comment)
run/restartcould resolve afterRuntime.runIfWaitingForDebugger()but before the asyncDebugger.pausedoutput path printed the initialbreak ... in ...message.This updates
run/restartto wait for that initial pause output before resolving.Target flaky tests
Testing
Refs: #64005, #61762