Is there a way I can attach the debugger to an event?
I have a checkbox input element in my DOM and when it's clicked, I'd like the debugger to break so I can step through what's happening. I've added onclick="debugger;
...", but Firebug doesn't break.