NEW185190
Web Inspector: selectively ignore debugger statements
https://bugs.webkit.org/show_bug.cgi?id=185190
Summary Web Inspector: selectively ignore debugger statements
Frazer
Reported 2018-05-02 02:09:04 PDT
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?
Attachments
Blaze Burg
Comment 1 2018-05-03 09:38:56 PDT
(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.
Note You need to log in before you can comment on or make changes to this bug.