Break On Property
Jan Odvarko, odvarko@gmail.com
This test is intended to verify Break On Property support within the
HTML panel.
- Open Firebug and select the DOM panel.
- Right click on
_testProperty
within the panel and pick
Break On Property Change.
- Click on one of the buttons below.
- The debugger must stop JS execution and show the source code line that caused
the change in the DOM.
Make sure extensions.firebug.filterSystemURLs preference is set to true.
If not, set it and reload the page.