RESOLVED FIXED 241143
Web Inspector: Debugger: blackbox breakpoint evaluations by default
https://bugs.webkit.org/show_bug.cgi?id=241143
Summary Web Inspector: Debugger: blackbox breakpoint evaluations by default
Devin Rousso
Reported 2022-05-31 12:27:56 PDT
<https://webkit.org/web-inspector/script-blackboxing/> states that > Script blackboxing is the ability to mark a `<script>` in Web Inspector so that it is ignored by the JavaScript debugger, meaning that any JavaScript execution pauses that would happen in that `<script>` are instead deferred until JavaScript execution has continued outside of that `<script>`. Based on that, developers will likely expect that breakpoint evaluations fall under the category of "things that the JavaScript debugger does" and therefore should be ignored/deferred.
Attachments
Devin Rousso
Comment 1 2022-05-31 12:32:23 PDT
EWS
Comment 2 2022-05-31 18:26:10 PDT
Committed r295075 (251170@main): <https://commits.webkit.org/251170@main> Reviewed commits have been landed. Closing PR #1185 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2022-05-31 18:27:14 PDT
Note You need to log in before you can comment on or make changes to this bug.