[Webkit-unassigned] [Bug 22556] New: console.assert should include stack trace with line numbers.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 29 11:55:42 PST 2008


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

           Summary: console.assert should include stack trace with line
                    numbers.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ribrdb at gmail.com


console.assert currently shows the line which called assert. In firebug it also
includes a stacktrace, which is very useful since often the error is higher in
the stack trace. For example a unittest framework might have its own
AssertEqual method that does it's own logging and then calls console.assert.
The useful line is the one that called AssertEqual, not console.assert.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list