Is there a better way to debug JavaScript than MS Script Editor? Like FireBug, but not like FireBug Lite.
Thanks,
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 :-(
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
Though not strictly debuggers, these are useful tools for your arsenal
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.
Great article mkoryak
I used visual studio web developer as in this linked article http://www.berniecode.com/blog/2007/03/08/how-to-debug-javascript-with-visual-web-developer-express/