[Webkit-unassigned] [Bug 17134] Inspector should have an integrated JavaScript debugger

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 17 11:02:50 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=17134





------- Comment #9 from aroben at apple.com  2008-03-17 11:02 PDT -------
(In reply to comment #8)
> Changes from attachment 19754 [edit]:
>  * InspectorController is now a JavaScriptDebugListener.
>  * No InspectorClient methods are added. Instead, we handle the event loop
> entirely within WebCore.
>  * Unused arguments that were being passed down to JS in the debugging methods
> have been removed.

Oh, and:
 * Adds a PageGroupJavaScriptPauser class that pauses JavaScript for an entire
PageGroup.

The behavioral difference between attachment 19754 and this patch (attachment
19839) is that this patch allows you to interact with the WebView being
debugged, e.g. by scrolling it, selecting text, clicking links, etc.

Whether or not this is a good thing is TBD since you could conceivably screw up
your debugging by, e.g., scrolling the window just before evaluating
window.scrollTop, but it does match Firebug's behavior.


-- 
Configure bugmail: http://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