简体   繁体   中英

break-on-modify in firebug?

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?

I am not really sure. Maybe registering some JavaScript code to the onChange event of this button and having a breakpoint there?

是的,您可以中断属性更改http://getfirebug.com/doc/breakpoints/demo.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM