JavaScript is mainly used as a language to implement a part of the client browser, in order to provide a better user interface. JavaScript has been applied to many modern websites and many modern network applications.
JavaScript is considered a prototype-based scripting language. This language has different characteristics, such as dynamic and weak types. This language also has first-class features. Another characteristic is that JavaScript is a multi-dimensional language. It supports object-oriented, imperative sentences, and functional programming styles.
A remarkable feature of JavaScript is also very important that it can improve the user experience on the website. It also makes a lot of contributions to providing rich features and interactive components.
JavaScript technology has become very popular, and every day there is an increasing variety. Because it has greatly improved the daily popularity, JavaScript has enhanced many things. Debugging the javascrit Code involves a variety of work.
Today we will introduce five of the best javascript debugging tools. I hope designers and developers are willing to use these tools. You can also share your thoughts in the comments section below.
1) Drosera
This section introduces the new open-source WebKit javascript debugging tool. Drosera is named after the most common plant-eating bug. It allows you to attach and debug any WebKit application, not just Safari-based.
2) Dragonfly
The source view displays the syntax highlighted script, along with the breakpoint options. A powerful search function allows you to search for the selected script or load all javascript files using text and regular expressions.
3) Getfirebug
Firefox integrates Firebug and provides a rich web development tool that allows you to edit, debug, and monitor CSS, HTML, and JavaScript on any web page.
4) Debugbar
5) Venkman
Venkman is the code name of Mozilla's javascript degugger. It aims to provide Firefox with a powerful JavaScript debugging environment based on browsers such as Firefox, Netscape 7.x/ 9.x, and SeaMonkey.
Original article: http://www.oschina.net/news/25987/javascript-debug-tools