The best tools for debugging JavaScript would be firebug from Firefox.
You can get firebug at http://getfirebug.com/
If your using other browsers, have no fear there is firebug lite, it a JavaScript base firebug. It on all major browser.
What is so awesome about this tool?
- Inject JavaScript directly on to the website page with out going to the editor.
- Inspect properties and paramaters of JavaScript object.
Beside JavaScript FireBug have loads of other feature, goto http://getfirebug.com/whatisfirebug for more details.
FireBug Layout,
- Input box for writing JavaScript
- Out put of evaluate JavaScript
- Expand the 1.Java Script Input, for writing easier JavaScript.
No comments:
Post a Comment