Bug 206818 - Web Inspector: Sources: add a special breakpoint for controlling whether `debugger` statements pause
Summary: Web Inspector: Sources: add a special breakpoint for controlling whether `deb...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-26 23:17 PST by Devin Rousso
Modified: 2020-02-05 18:20 PST (History)
12 users (show)

See Also:


Attachments
Patch (26.09 KB, patch)
2020-01-26 23:19 PST, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>