Javascript Debugging?
I want to debug my Javascript Code in my HTML file line by line to see my mistakes and values of my variables etc. Is there a program for that? Visual Studio 2010 doesn’t debug Javascript or I should change some options maybe.
Related Posts:
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


2 Responses to “Javascript Debugging?”.
I believe the only browser independent option is to use javascript alert() statements
otherwise use Firebug / Firefox
Firebug http://getfirebug.com/http://groups.google.com/group/firebug/w…
Use ‘tracing’
Leave a comment.