[Webkit-unassigned] [Bug 125927] Web Inspector: Watch expressions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 18 11:03:33 PST 2013


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





--- Comment #5 from Nikita Vasilyev <me at elv1s.ru>  2013-12-18 11:01:37 PST ---
Many people constantly add/remove console.log statements in the code for debugging. Watch expressions can replace this.

(In reply to comment #2)
> Putting more data into the text editor like this is something we have talked about internally (DFG JIT types for variables, heat map for profiles, etc.)

Sounds exiting!

> While inline expressions would solve the problem when the expression is visible, often I think people use watch expressions for things not used in the code. Figuring out what and why people use the Chrome watch expressions pane for might give us clues to better UXs. I don't really like the old watch expressions pane as-is.

Chrome watch expressions only work well in a tandem with breakpoints, e.g. they get updated when debugger stops. They won’t be any use for my example on the mockup.

I don’t have any data on my hands, but in my experience, most people use exclusively console over watch expressions.

-- 
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