[Webkit-unassigned] [Bug 21449] Support conditional breakpoints

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 29 08:53:34 PDT 2009


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


pmuellr at yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pmuellr at yahoo.com




------- Comment #2 from pmuellr at yahoo.com  2009-06-29 08:53 PDT -------
Seems non-trivial to me.  The main problem seems like managing the UI for the
wad of code you want to execute to indicate whether to stop or not.  Perhaps a
little icon (?) beside the breakpoint marker that you could click, which would
open a text editor to enter the conditional expression?

Note that you can already do this sort of thing, manually, by using the
"debugger" statement in your own code, and presumably "wrapping" it's execution
in an if statement that tests the condition you want.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list