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

后端 未结 16 1125
北海茫月
北海茫月 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.

    0 讨论(0)
  • 2020-11-29 02:43

    Or IE Developer Toolbar

    0 讨论(0)
  • 2020-11-29 02:45

    Have a look at DebugBar. License is free for personal use

    0 讨论(0)
  • 2020-11-29 02:46

    There is always a way how to get around this issue, watch the video and you will be able to install firebug in 2 mins.

    install firebug on ie

    Good luck

    0 讨论(0)
  • 2020-11-29 02:47

    i think it is better that you first install the ie core addon in firefox then load the page with ie addon and press f12. good luck.

    0 讨论(0)
  • 2020-11-29 02:49

    you can also check out the IE Developer Toolbar which isn't a debugger but will help you analyze the contents of your code.

    Visual Studio will help with the debugging

    Fiddler should help analyse the traffic travelling to and from your browser

    0 讨论(0)
提交回复
热议问题