<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>21181</bug_id>
          
          <creation_ts>2008-09-27 14:59:07 -0700</creation_ts>
          <short_desc>Web Inspector: show actual argument values and function names for each frame in stack traces</short_desc>
          <delta_ts>2016-12-13 15:33:47 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Web Inspector</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>13646</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Timothy Hatcher">timothy</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>aroben</cc>
    
    <cc>inspector-bugzilla-changes</cc>
    
    <cc>jonowells</cc>
    
    <cc>jwalden+bwo</cc>
    
    <cc>keishi</cc>
    
    <cc>kmccullough</cc>
    
    <cc>laszlo.gombos</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>webkit.org</cc>
    
    <cc>yurys</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>93078</commentid>
    <comment_count>0</comment_count>
    <who name="Timothy Hatcher">timothy</who>
    <bug_when>2008-09-27 14:59:07 -0700</bug_when>
    <thetext>We should show the arguments for each function in the stack. Similar to GDB&apos;s &apos;bt&apos; command.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>399460</commentid>
    <comment_count>1</comment_count>
    <who name="Xavier Morel">webkit.org</who>
    <bug_when>2011-05-06 04:57:20 -0700</bug_when>
    <thetext>(In reply to comment #0)
&gt; We should show the arguments for each function in the stack. Similar to GDB&apos;s &apos;bt&apos; command.

Or Firebug&apos;s own implementation, which:

* Shows the function name (even for many anonymous functions, it infers the name from a container property I&apos;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()</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1055897</commentid>
    <comment_count>2</comment_count>
    <who name="Brian Burg">burg</who>
    <bug_when>2014-12-16 00:21:38 -0800</bug_when>
    <thetext>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, ...)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1056395</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2014-12-17 11:20:32 -0800</bug_when>
    <thetext>&lt;rdar://problem/19281453&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>