WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
21181
Web Inspector: show actual argument values and function names for each frame in stack traces
https://bugs.webkit.org/show_bug.cgi?id=21181
Summary
Web Inspector: show actual argument values and function names for each frame ...
Timothy Hatcher
Reported
2008-09-27 14:59:07 PDT
We should show the arguments for each function in the stack. Similar to GDB's 'bt' command.
Attachments
Add attachment
proposed patch, testcase, etc.
Xavier Morel
Comment 1
2011-05-06 04:57:20 PDT
(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()
Brian Burg
Comment 2
2014-12-16 00:21:38 PST
See also: Theseus (
http://www.joelbrandt.org/publications/lieber_chi2014_always-on_programming_visualizations.pdf
) Clearly this will be slow, so it should only be done by default for exceptional or opt-in cases (exceptions, console.error, console.trace, ...)
Radar WebKit Bug Importer
Comment 3
2014-12-17 11:20:32 PST
<
rdar://problem/19281453
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug