Is there something like “Firebug for IE” (for debugging JavaScript)?

后端 未结 16 1251
北海茫月
北海茫月 2020-11-29 02:06

I\'m trying to fix some JavaScript bugs. Firebug makes debugging these issues a lot easier when working in Firefox, but what do you do when the code works fine on Firefox bu

16条回答
  •  -上瘾入骨i
    2020-11-29 02:58

    I found a solution to this problem, you could simply stick this tag to the page you are trying to debug and it will open firebug:

    
    

    Explanation from https://getfirebug.com/firebuglite#Stable

提交回复
热议问题