Tip Details Add a Related Tip

Rate as: Positive Negative

Debugging Javascript

If you've ever tried to debug Javascript you know how frustrating it can be. You've got the alert function you can call, but it's pretty brain-dead and if you pass it an Array or Object it can't show any of the content. Firefox offers some useful Javascript errors when they occur, and IE is just about useless in giving you any clue as to what's going on.

If you want to make your Javascript debugging a LOT easier, you need to get the Firebug plug-in for Firefox. While it does have some problems (it slows down pages and occasionally crashes), it makes debugging much, much easier. And you can turn Firebug on and off with a single click, so it's easy to turn on when you need it.

It gives you code profiling, timing, breakpoints, and all sorts of complicated functionality. But even if you are an old-school type who likes to print alerts, it makes that better too. Using the console logging (instead of alerts), you can print out the values and keys for arrays and objects. Even more powerfully, you can type javascript directly into the console and have it execute on the page. This allows you to do things like test out regular expressions and perform DOM manipulation directly on your page. Very simple to do, and very powerful. Your javascript development will be a lot faster and much less frustrating.
Link: addons.mozilla.org...Search for more tips related to this link
Rating: 100% positive, 1 Vote
Categories: programming javascript debugging firefox firebug
Added: on Sep 12, 2008 at 2:35 pm
Added By: an anonymous user

Comments on this Tip

Add a Comment
There are no comments for this tip
Your Comment:
(how to format)
Rate This Tip:

Verify Humanity:
Sorry, we know it's annoying, but please enter the characters shown in the image to the left so that we know you're an actual person and not an evil spammer. Thanks.
       

Related Tips

Reverse sort order in Bugzilla

100% positive, 2 comments - last added on Sep 16, 2008 at 3:58 am
– Tip added by rlansky on Sep 10, 2007 at 4:26 pm

Telling when an iframe is done loading

100% positive, 1 comment - last added on Sep 07, 2008 at 10:57 pm
– Tip added by an anonymous user on Apr 18, 2008 at 8:05 am

Matching any character in a javascript regular expression

100% positive, 1 comment - last added on Oct 01, 2008 at 10:12 am
– Tip added by an anonymous user on Aug 18, 2008 at 9:06 am

Trimming whitespace in Javascript

Categories: javascript programming
100% positive, 0 comments
– Tip added by an anonymous user on Sep 13, 2007 at 1:54 pm

Length of associative arrays in Javascript

100% positive, 0 comments
– Tip added by an anonymous user on Nov 04, 2008 at 10:13 am

Viewing CSS and Javascript files

100% positive, 0 comments
– Tip added by an anonymous user on Aug 20, 2008 at 7:27 am

Optional parameters in javascript functions

100% positive, 0 comments
– Tip added by an anonymous user on Jul 30, 2008 at 10:44 am

Detecting if a variable exists in Javascript

100% positive, 1 comment - last added on Sep 03, 2008 at 6:12 am
– Tip added by an anonymous user on Jul 22, 2008 at 8:31 am

Using optional parameter in javascript

Categories: javascript programming
100% positive, 0 comments
– Tip added by an anonymous user on Jul 17, 2008 at 7:49 am

Javascript Error: unterminated regular expression literal

100% positive, 0 comments
– Tip added by marty on Jun 26, 2008 at 1:20 pm

compressing javascript

100% positive, 0 comments
– Tip added by an anonymous user on Jun 12, 2008 at 3:02 pm

Javascript variable naming

100% positive, 1 comment - last added on Jul 22, 2008 at 8:33 am
– Tip added by an anonymous user on Sep 30, 2007 at 7:28 am

Extend the firefox javascript run time

Categories: firefox javascript
no ratings, 0 comments
– Tip added by an anonymous user on Sep 01, 2008 at 7:48 pm

attaching events to nodes in Javascript

no ratings, 0 comments
– Tip added by an anonymous user on Aug 18, 2008 at 11:23 am

animating elements with jQuery

no ratings, 0 comments
– Tip added by an anonymous user on Aug 04, 2008 at 1:46 pm

Is your unit test really a unit test

no ratings, 0 comments
– Tip added by hindy on Feb 29, 2008 at 11:06 am

Javascript: How to Create a Random Number

0% positive, 0 comments
– Tip added by Walkere on Feb 23, 2008 at 9:49 pm

Code for creating Javascript CSS charts

no ratings, 0 comments
– Tip added by an anonymous user on Aug 21, 2007 at 12:23 pm

Efficient building of large strings in Javascript

no ratings, 0 comments
– Tip added by an anonymous user on Aug 08, 2007 at 12:52 pm

Avoid invalid title names when opening javascript windows

no ratings, 0 comments
– Tip added by an anonymous user on Aug 07, 2007 at 9:36 am