[Webkit-unassigned] [Bug 85403] New: Web Inspector: Feature Request: Function line-references in console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 2 12:27:08 PDT 2012


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

           Summary: Web Inspector: Feature Request: Function
                    line-references in console
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: robert.colburn+bugzilla at gmail.com
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


When a console.log fires or an Exception occurs, you see the output in the console, and a linked reference to the script-name: line-number where the call was made.  That's quite handy for digging through a large-code base.

When you type a function name into the console, it prints out the function body.  That's quite handy for small-functions, so you can remember what they are up to.

Now, what about larger functions, or small functions that are a part of a class?  It'd be handy to see those in context, with some syntax-highlighting.

It would be fantastic, to see a linked reference to the funciton definition when printing out a function body in the console.  Not sure how difficult that would be, but it would be handy.

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