RESOLVED INVALID 81911
Web Inspector: Breakpoint manager should not materialize breakpoints until script is bound to the corresponding uiSourceCode.
https://bugs.webkit.org/show_bug.cgi?id=81911
Summary Web Inspector: Breakpoint manager should not materialize breakpoints until sc...
Vsevolod Vlasov
Reported 2012-03-22 08:00:55 PDT
This change moves materializeBreakpoint call to scriptBound method. Materializing breakpoints is now separated from uiSourceCode adding/removing and we'll be able to remove breakpoints from debugger when corresponding script is unbound from uiSourceCode.
Attachments
Patch (15.69 KB, patch)
2012-03-22 08:15 PDT, Vsevolod Vlasov
no flags
Patch (15.68 KB, patch)
2012-03-22 08:30 PDT, Vsevolod Vlasov
no flags
Vsevolod Vlasov
Comment 1 2012-03-22 08:15:24 PDT
Vsevolod Vlasov
Comment 2 2012-03-22 08:30:56 PDT
Note You need to log in before you can comment on or make changes to this bug.