You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This explains some of the flakiness on the Windows bots when running hot_reload_breakpoints_test.dart in this PR: #2627. I was able to repro using my local Windows machine, but couldn't repro this on a Mac.
Specifically, when adding a breakpoint after a hot reload, we sometimes refer to the old JS script ID still instead of the new one because we didn't wait until we parsed the new scripts before fetching the JS script ID. _chromePathToRuntimeScriptId is the map in question: