[Webkit-unassigned] [Bug 185190] Web Inspector: selectively ignore debugger statements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 09:38:56 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=185190

Brian Burg <bburg at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bburg at apple.com

--- Comment #1 from Brian Burg <bburg at apple.com> ---
(In reply to Frazer from comment #0)
> In the same way a user can TURN ON break points, or add conditions to
> breakpoints,
> may I suggest being able to add conditions to debugger statements or disable
> them individually?

What is the use case that this enables, which is not currently possible? Can't you just add breakpoints if you don't want `debugger` to always pause?

This would be a nontrivial project as `debugger` compiles into a byte code that pauses the debugger. It is not really related to the existing breakpoints system.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180503/e0a408a3/attachment-0001.html>


More information about the webkit-unassigned mailing list