Issue #3645
This test-case is intended for Issue #3645
- _firebugRerun and friends need to be elided from the panel status path.
Jan Odvarko, odvarko@gmail.com
- Open Firebug, enable the Script panel and reload this page.
- Click on the
Execute Test
button below.
- The debugger should break.
- Select the Stack side panel. You should see following stack frames:
debuggerdeep3()
debuggerdeep2()
debuggerDeep()
onclick()
- Click the Rerun button in the toolbar.
- Select the Stack side panel. You should see the same stack frames.