Reputation: 21811
I'm having trouble tracking down a bug which is causing a button to get disabled.
Is there a way to have firebug break if the button state is touched in javascript?
Upvotes: 0
Views: 174
Reputation: 1857
Yes you can break on attribute change http://getfirebug.com/doc/breakpoints/demo.html
Upvotes: 0
Reputation: 24301
I am not really sure. Maybe registering some JavaScript code to the onChange
event of this button and having a breakpoint there?
Upvotes: 1