[Webkit-unassigned] [Bug 28280] New: WebInspector: Evaluating objects while on a breakpoint dumps string representation instead of live object.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 13 14:26:10 PDT 2009


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

           Summary: WebInspector: Evaluating objects while on a breakpoint
                    dumps string representation instead of live object.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: ASSIGNED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pfeldman at chromium.org
                CC: timothy at hatcher.name


1. Open Web Inspector
2. Hit Pause on Scripts Panel
3. Do something on page to execute some JS
4. In console type "window"

Expected: live expandable DOMWindow object appears in console
Actual: [object DOMWindow] appears in the console.

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