Is there a better way to debug JavaScript than MS Script Editor? Like FireBug, but not like FireBug Lite.
Thanks,
|
4
|
Is there a better way to debug JavaScript than MS Script Editor? Like FireBug, but not like FireBug Lite. Thanks, |
||
|
|
|
Use Visual Studio 2008. The Web Development Helper from Nikhilk is useful as is the Internet Explorer Developer Toolbar (http://www.microsoft.com/downloadS/details.aspx?familyid=E59C3964-672D-4511-BB3E-2D5E1DB91038&displaylang=en). They are not as good as FireBug though :-( |
||||
|
|
|
Though not strictly debuggers, these are useful tools for your arsenal |
||
|
|
|
|
I've used IE WebDeveloper. It's not free and not as nice as Firebug, but got the job done for me. http://www.ieinspector.com/dominspector/index.html |
||
|
|
|
|
The only other debugger for Javascript in the IE context is Visual Studio but it'll cost you. What problems are you having with script debugger that leads to think you need a better debugger? I suspect that what you are after are the additional features that aren't specifically about debugging javascript but analysing the HTML DOM that has been modified by the javascript and the monitoring of the conversation with the server. The IE developer tool bar I find particularly invaluable for debugging web apps as is fiddler. |
||
|
|
|
|
You can download the Microsoft Visual Web Developer 2008 Express Edition for free. |
||
|
|
|
|
I would try and go for DebugBar. It's not as nice as Firebug, but it's very useful for javascript debugging... |
||
|
|
|
|
There is a blog post that goes over most of the known ways to debug javascript in IE, with pros and cons. |
||
|
|