[Webkit-unassigned] [Bug 27514] add support for watched expressions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 5 13:35:10 PDT 2009


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





--- Comment #5 from Patrick Mueller <pmuellr at yahoo.com>  2009-08-05 13:35:09 PDT ---
Created an attachment (id=34170)
 --> (https://bugs.webkit.org/attachment.cgi?id=34170)
patch containing work so far

a mostly working version of the watch expressions based off of revision 46507
(slightly old).

Not ready for review, but thought I'd get the work up here, in a state where
folks can play with it.

Couple of things to add:

- refresh list when debugger pauses, when the call stack frame changes
- provide a better gesture for delete; currently you edit the expression,
delete all the text.  Some kind of hover enabled button, like CSS properties
checkboxes?
- save / reload watched expressions between debugger invocations

Not sure what to do with the "Add" button; kinda sticks out.  Maybe a slightly
smaller font?
Not sure if we want to keep the "Refresh" button, but I think so; there is no
way I can think of that we could keep the list updated while an application is
running (not paused), without just refreshing it every so often.  Which doesn't
make any sense.  But someone may want to refresh the values without pausing the
application.

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



More information about the webkit-unassigned mailing list