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 but IE is complaining?
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- Pass custom debug information to Microsoft bot fra
- Is TWebBrowser dependant on IE version?
- How do I identify what code is generating “ '&
- IE dropdown z-index bug
相关文章
Firebug lite doesn't work too well for me. The Developer Toolbar just isn't good enough. There really is no great solution.
Make a bookmark in the favourites bar, and put this address as the URL:
Then navigatge to the page you want and click the link. Firebug Lite will/should open up...
If you're a serious Front-end Developer, give AJAX Edition a test run:
http://www.compuware.com/application-performance-management/ajax-performance-testing.html
It's a free tool that allows users’ to understand what is causing performance and functional-related problems in modern AJAX/web Applications.
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.
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.
In IE, go to MenuBar->Tools Select Debugger Tools Hit F12 and enjoy. It is far from Fire Bug, but suitable for some quick help