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

  1. Open Firebug, enable the Script panel and reload this page.
  2. Click on the Execute Test button below.
  3. The debugger should break.
  4. Select the Stack side panel. You should see following stack frames:
    debuggerdeep3()
    debuggerdeep2()
    debuggerDeep()
    onclick()
    
  5. Click the Rerun button in the toolbar.
  6. Select the Stack side panel. You should see the same stack frames.