Possible Duplicate:
Firebug for IE
To help me to debug and understand javascript in IE6?
|
|
To help me to debug and understand javascript in IE6?
|
||||
|
closed as exact duplicate by Crescent Fresh, Eduardo Molteni, Mauricio Scheffer, Shog9, Adam Bellaire Sep 9 at 15:29 |
|
|
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. |
||
|
|
|
|
I'm sure it's missing essential features, but have you looked at Firebug Lite? |
||
|
|
|
|
ie developer toolbar does some of what firebug does, but for debugging javascript you need visual studio. maybe visual web express works too. not sure though. heres how to do it with visual studio |
||
|
|
|
|
First off, I simply must ask: Why? Unless your web app has design restrictions that state that it absolutely MUST run in IE6, please do the world a favor and code against at least IE7/8. They're faster, safer, and render in a more standards compliant way. (Of course, if I had my way IE would die altogether, but that's a different story) Aside from that, though, IE6 can be debugged with Visual Studio, Microsoft Script Debugger, or Microsoft Script Editor. The basics are available here. It's not firebug, but it's also not a half bad option. |
||||||||||||
|
|
|
I'm personally use DebugBar. The feature might not be as good as Firebug but good enough for me to find the problem you have in IE6 work fine on IE7 and IE8 too. So maybe you should give it a try. |
||
|
|
|
|
IE8's inbuilt Developer Tools are great; and while the JS debugging isn't as useful as Visual Studio it's much better than Firebug in my opinion. Between that and the Compatibility View Browser Mode I can handle all my IE6 development needs. |
||
|
|