Bug 241143 - Web Inspector: Debugger: blackbox breakpoint evaluations by default
Summary: Web Inspector: Debugger: blackbox breakpoint evaluations by default
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-31 12:27 PDT by Devin Rousso
Modified: 2022-05-31 18:27 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 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.
Comment 1 Devin Rousso 2022-05-31 12:32:23 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1185
Comment 2 EWS 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.
Comment 3 Radar WebKit Bug Importer 2022-05-31 18:27:14 PDT
<rdar://problem/94191368>