[Webkit-unassigned] [Bug 208758] New: JSContext Inspector: CommandLineAPI `dir({a:1})` does not work - undefined is not an object (evaluating 'inspectedGlobalObject.console.dir')

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 6 21:30:51 PST 2020


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

            Bug ID: 208758
           Summary: JSContext Inspector: CommandLineAPI `dir({a:1})` does
                    not work - undefined is not an object (evaluating
                    'inspectedGlobalObject.console.dir')
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: inspector-bugzilla-changes at group.apple.com

CommandLineAPI `dir({a:1})` does not work - undefined is not an object (evaluating 'inspectedGlobalObject.console.dir')

Something with the Basic Command Line API for JSContexts is broken.

Steps to Reproduce:
1. Setup Safari to auto-inspect JSContexts
2. $ jsc --remote-debug
3. jsc> 123
4. In JSContext Inspector evaluate: dir({a:1})
  => TypeError: undefined is not an object (evaluating 'inspectedGlobalObject.console.dir')

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200307/aa3e3311/attachment.htm>


More information about the webkit-unassigned mailing list