Test for Error Breakpoints

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