Issue 1179:
Actions do not move the program counter after Step Into if breakpoint is on first line of function
Steps to reproduce
- Open Firebug, enable the Script panel and reload the page.
- Create a breakpoint on line
11
- Refresh this page
- Debugger should halt at line
11
- Step Over should resume the debugger
- Refresh the page
- Debugger should halt at line
11
- Press continue to resume the debugger