Issue 4386: DOM breakpoints can't be deleted or disabled/enabled from within the Breakpoints Side Panel
Steps to reproduce
Open Firebug
Enable the Script panel
Reload the page
Switch to the DOM panel
Search for the object _test and expand it
Set breakpoints at a, b, c and d
Switch to the Script panel and there to the Breakpoints side panel
Click the Remove button of the a and b breakpoint to remove these breakpoints
Click the checkbox besides the c breakpoint to disable the breakpoint
Switch back to the DOM panel
Have a look at the properties of test
Expected result
The display of all DOM breakpoints is updated when they are changed inside the Script panel
(breakpoint for a and b removed, breakpoint for c disabled, breakpoint for d enabled)