I am having a problem controlling breakpoints in Firebug while debugging/tracing through jQuery code. For example, I might set 5 breakpoints and trace through my code. When I no longer need those breakpoints I click on the red circle to toggle their removal, but execution of the script still breaks at these lines of code - even though there is no longer a red circle in the left column of the Firebug window.
I read a few articles here on SO that indicate they were able to resolve this same issue by clicking on the Firebug icon > Options > Reset All Firebug Options and restart Firefox, but this doesn't resolve the problem.
I can click on the Breakpoints tab and see that there are absolutely no breakpoints in the current script, yet Firebug still stops at a ton of breakpoints which make debugging tedious and a pain.
I am running Firebug 2.0.7. Does anyone know why this might be happening and how I can resolve it? A removed/deleted breakpoint should no longer break, right?