Bug 206818

Summary: Web Inspector: Sources: add a special breakpoint for controlling whether `debugger` statements pause
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ews-watchlist, hi, inspector-bugzilla-changes, joepeck, keith_miller, mark.lam, msaboff, saam, timothy, tzagallo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Devin Rousso 2020-01-26 23:17:50 PST
This is useful in situations where the developer wants to use breakpoints set by the UI, but ignore those in code, as those in code are much harder to change than from the UI (e.g. updating a server).
Comment 1 Devin Rousso 2020-01-26 23:19:00 PST
Created attachment 388833 [details]
Patch
Comment 2 EWS Watchlist 2020-01-26 23:19:58 PST
This patch modifies the inspector protocol. Please ensure that any frontend changes appropriately use feature checks for new protocol features.
Comment 3 WebKit Commit Bot 2020-02-05 18:19:17 PST
Comment on attachment 388833 [details]
Patch

Clearing flags on attachment: 388833

Committed r255887: <https://trac.webkit.org/changeset/255887>
Comment 4 WebKit Commit Bot 2020-02-05 18:19:19 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2020-02-05 18:20:15 PST
<rdar://problem/59210441>