Issue #4213

This test-case is intended for Issue #4213 - Script panel's location button is not updated.
Jan Odvarko, odvarko@gmail.com

  1. Open Firebug and enable, select the Script panel. Reload this page.
  2. Select issue4213.html in the location bar.
  3. Create breakpoint at line 21
  4. Click on the Execute Test button below.
  5. Step into myFunc1
  6. Check the location bar, issue4213-1.js file should be selected -> BUG.


If you step over within the issue4213-1.js file, the location button is updated. But it's too late.