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

后端 未结 16 1287
北海茫月
北海茫月 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 02:42

    For the DOM Inspector, try the Internet Explorer Developer Toolbar.

    For the Net tab, try Fiddler.

    For Javascript debugging, try Visual Web Developer 2008 Express Edition. (Or a higher edition of Visual Studio)

    Also, try DebugBar.

提交回复
热议问题