Bug 241143

Summary: Web Inspector: Debugger: blackbox breakpoint evaluations by default
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: 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   

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>