Test Single Stepping 1

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