Test for Error Breakpoints
- Enable Firebug and reload this page.
- You should see one error displayed in Firefox status bar.
- Open Firebug, select the Console panel (or just click on the red message in the status bar).
- Create error breakpoint by clicking on the gray circle close to the error message.
Just before: foo.bar += 'baz';
- Reload this page again.
- The debugegr should stop at the line causing the error.
Use the button bellow to create an error without page reload.