Issue 4880: Step into function with frames, does not work

Steps to reproduce

  1. Open Firebug, enable the Script panel and reload the page.
  2. Click this button:
  3. The debugger should stop at line 6 in test.js
  4. Step Over should go to line 7
  5. Step Into should go to line 15