[Webkit-unassigned] [Bug 118314] New: `arguments` debugger does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 2 11:55:50 PDT 2013


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

           Summary: `arguments` debugger does not work
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: paul+bugs at paulmillr.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


set a breakpoint in function, execute `arguments` in console. You will get an array with 22 elements:

[function eval() {
    [native code]
}, "arguments", function $$() { [Command Line API] }, function $x() { [Command Line API] }, function dir() { [Command Line API] }, function dirxml() { [Command Line API] }, function keys() { [Command Line API] }, function values() { [Command Line API] }, function profile() { [Command Line API] }, function profileEnd() { [Command Line API] }, function monitorEvents() { [Command Line API] }, function unmonitorEvents() { [Command Line API] }, function inspect() { [Command Line API] }, function copy() { [Command Line API] }, function clear() { [Command Line API] }, function getEventListeners() { [Command Line API] }, 
<body style>…</body>
, undefined, undefined, undefined, undefined, undefined]

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