[Webkit-unassigned] [Bug 21181] console.trace should show the arguments for each function in the stack

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 6 04:57:20 PDT 2011


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


Xavier Morel <webkit.org at masklinn.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit.org at masklinn.net




--- Comment #1 from Xavier Morel <webkit.org at masklinn.net>  2011-05-06 04:57:20 PST ---
(In reply to comment #0)
> We should show the arguments for each function in the stack. Similar to GDB's 'bt' command.

Or Firebug's own implementation, which:

* Shows the function name (even for many anonymous functions, it infers the name from a container property I'd guess), this is mostly 19229
* Links the function name to the function itself (not just the file:line note)
* Hyperlinks all complex (object) arguments so that they can be inspected on their own

This results in a much nicer console.trace()

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