Apart from Visual Studio, is there any tool we can use to debug JavaScript? [closed]
Ques开发者_C百科tions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI am wondering if any tool other than Visual Studio exists to debug JavaScript?
Firebug, Chrome Debugger, Safari Developer Tools, Internet Explorer dev tools, Opera Dragonfly…
Firebug for Firefox is an excellent tool for debugging javascript.
This can be found here: http://getfirebug.com
Be warned if you use Firefox for browsing, that firebug can cause Firefox to become unstable with certain websites like Google Mail, but you can turn it off for any sites that you regularly use and have issues with, it also has it's own plugin system with lots of very useful development tools.
A very good alternative studio is netbeans http://netbeans.org/ You can also use this to debug your javascript files too amongst other things, we find that this studio is excellent for programming in php.
Both products are free to use.
Hope this helps.
Firefox with Firebug Addon installed
精彩评论