Bug 241143
Summary: | Web Inspector: Debugger: blackbox breakpoint evaluations by default | ||
---|---|---|---|
Product: | WebKit | Reporter: | Devin Rousso <hi> |
Component: | Web Inspector | Assignee: | Devin Rousso <hi> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All |
Devin Rousso
<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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Devin Rousso
Pull request: https://github.com/WebKit/WebKit/pull/1185
EWS
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
<rdar://problem/94191368>