Debugger

Figuring out what is wrong with a website can be pretty frustrating. When something doesn't work the way the developer wants, the reason is not always obvious. A common cycle most developers find themselves in is that of "write code"..."test code in browser"..."see problems"..."write code"...start over.

Most software developers use some form of a debugger to help them know what is happening with the code as it happens. There are several of thse for HTML coding, but the one I like the most is called Firebug. It is a Firefox extension. I copied this information from Firebug's website :

Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.

Just the way you like it

Inspect and edit HTML

Tweak CSS to perfection

Visualize CSS metrics

Monitor network activity

Debug and profile JavaScript

Quickly find errors

Explore the DOM

Execute JavaScript on the fly

Logging for JavaScript

CoolwebTeacher: USOE/WebDevelopment2009/WebDebuggers (last edited 2009-07-17 02:11:39 by KevinHansen)