Issue #4213
This test-case is intended for Issue #4213
- Script panel's location button is not updated.
Jan Odvarko, odvarko@gmail.com
- Open Firebug and enable, select the Script panel. Reload this page.
- Select issue4213.html in the location bar.
- Create breakpoint at line 21
- Click on the
Execute Test
button below.
- Step into
myFunc1
- 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.