debuggerKeywords Tests
- Open Firebug, enable the Script panel and reload this page.
- Step by step click on each button.
- Every time you click a button the debugger should stop at a debugger
keyword in the Script panel.
- Before you click the next button click on Continue (F8) debugger button.
The execution context (yellow arrow on the left side) should be displyaed directly
at the row with the debugger keyword.