RESOLVED FIXED 94209
Web Inspector: Breakpoints are not correctly restored on reload.
https://bugs.webkit.org/show_bug.cgi?id=94209
Summary Web Inspector: Breakpoints are not correctly restored on reload.
Vsevolod Vlasov
Reported 2012-08-16 03:06:33 PDT
This is caused by race condition between restoreBreakpoints call intiated by setTimeout in UISourceCode constructor and removing this UISourceCode from mapping when corresponding resource has finished loading. Patch to follow.
Attachments
Patch (11.75 KB, patch)
2012-08-16 03:27 PDT, Vsevolod Vlasov
pfeldman: review+
Vsevolod Vlasov
Comment 1 2012-08-16 03:27:06 PDT
Vsevolod Vlasov
Comment 2 2012-08-16 04:42:34 PDT
Note You need to log in before you can comment on or make changes to this bug.