Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Web Inspector: Debugger: blackbox breakpoint evaluations by default
https://bugs.webkit.org/show_bug.cgi?id=241143 Reviewed by Patrick Angle. According to <https://webkit.org/web-inspector/script-blackboxing/> > 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 would therefore expect that they're ignored/deferred. * Source/WebInspectorUI/UserInterface/Base/Setting.js: Canonical link: https://commits.webkit.org/251170@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295075 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information