I am looking for the same JavaScript functionality (Errors/Warnings/etc.) that the Web Developer add-on for Firefox has. Does such a thing exist and where can I find it?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
There is the Developer Toolbar for IE but I doubt it allows you to debug JavaScript. A better version of which is already integrated in IE 8 (hit F12). It definitely includes debugging functionality for JavaScript, including breakpoints and all:
|
|||||||||
|
|
IE8 has the Developer Tools feature built-in. You can access it by pressing F12 or the "Developer Tools" entry in the Tools menu. |
|||
|
|
|
Firebug Lite has some of the functionality you are looking for. |
|||
|
|

