Issue #2871
This test-case is intended for Issue #2871
- Bug in watching variables defined in a javascript closure prior to function execution.
Jan Odvarko, odvarko@gmail.com
- Open Firebug, enable the Script panel and reload this page.
- Create a breakpoint on line 15 - in issue2871.html file.
- The breakpoint should hit automatically (in ~2 sec).
- Keep debugger halted and add a new watch expression:
_this
- The Watch panel should display following value:
MyObj { ttt="asd" }