Test Single Stepping 1
Jan Odvarko, odvarko@gmail.com
- Open Firebug (F12) and select the Script panel.
- Create a breakpoint on line 14
- Click the Execute Test button
- The debugger should break on line 14
- Step over to 15
- Step over to 16
- Step over to 17 -> BUG the debugger is resumed and line 17 can't be reached