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

后端 未结 16 1332
北海茫月
北海茫月 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条回答
  •  广开言路
    2020-11-29 03:04

    I'm guessing this question was posted before the IE8 final came out, according tho some of the answers.

    These days, IE8's inbuilt Developer Tools are great; and while the JS debugging isn't as useful as Visual Studio the Dev Tools in general much better than Firebug in my opinion. Between that and the Compatibility View Browser Mode I can handle all my IE6 development needs.

提交回复
热议问题