[Webkit-unassigned] [Bug 45114] Web Inspector: show status message below call stack when debugger is paused

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 13 03:14:52 PDT 2010


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





--- Comment #11 from Pavel Podivilov <podivilov at chromium.org>  2010-09-13 03:14:52 PST ---
(In reply to comment #9)
> >     "Paused on a ..., because the new child was added to its ..."
> >                ^              ^^^                        ^^^
> 
> Arg. This should have been, "because a new child was added to its ...".
> Not "the". Ugh, sorry for the confusion.

Thanks for corrections!

 JavaScript events:
* "Paused."
* "Paused on a <debugger> statement."
* "Paused on a breakpoint."
* "Stepped over."
* "Stepped into."
* "Stepped out."
* "Paused on an exception."
* "Paused on an uncaught exception."

 DOM events:
* "Paused on a "Subtree Modified" breakpoint set on <node>, because a new child was added to its descendant <target>."
* "Paused on a "Subtree Modified" breakpoint set on <node>, because a new child was added to that node."
* "Paused on a "Subtree Modified" breakpoint set on <node>, because because its descendant <target> was removed."
* "Paused on a "Node Removed" breakpoint set on <node>."
* "Paused on a "Attribute Modified" breakpoint set on <node>."

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