[Webkit-unassigned] [Bug 141475] New: Web Inspector: silent failure if introducing local variable in console when debugger paused

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 11 08:21:34 PST 2015


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

            Bug ID: 141475
           Summary: Web Inspector: silent failure if introducing local
                    variable in console when debugger paused
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: burg at cs.washington.edu
                CC: ggaren at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, jonowells at apple.com,
                    mark.lam at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, saambarati1 at gmail.com,
                    timothy at apple.com, webkit-bug-importer at group.apple.com

When the debugger is paused, running

> var x = 42;

in the console will not actually assign x to a local variable. This is fine, except that the command silently fails. If you later type

> x

while still paused, a TypeError will be thrown. This is confusing if you don't know how the console/debugger is implemented.

So, should an error be thrown when a variable is introduced when debugger is paused, or should this work somehow?

-- 
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/20150211/e75b7413/attachment-0002.html>


More information about the webkit-unassigned mailing list