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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 20 11:42:28 PDT 2016


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

--- Comment #4 from Joseph Pecoraro <joepeck at webkit.org> ---
So this code has changed a bunch.

I believe doing `var x` will work outside of strict mode code.

Using `let x` probably won't work in strict or non-strict. And `var` probably won't work in strict mode.

If we wanted this to work, we'd probably have to do some really tricky stuff. How do debuggers like lldb make this work? They store the result in a temporary variable, or you can create custom variables. Maybe we could approach this problem from that angle.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160520/77972776/attachment-0001.html>


More information about the webkit-unassigned mailing list