Posted by rockitdev on September 10, 2010 at 2:31am
Great Resource i found about debugging Drupal.
http://ratatosk.backpackit.com/pub/1836982-debugging-drupal
"This page gives a brief overview of some of the tools you can use to make Drupal development and debugging easier.
It covers the Devel contrib module, the Drupal for Firebug contrib module and Firefox extension, the FirePHP library, and the combination of NetBeans and Xdebug.
This guide has a companion module available at Drupal.org. Post corrections or additions in the issue queue."

Comments
There is some cool stuff in
There is some cool stuff in there.
I've used devel before but didn't really know about all the built in php functions that it adds. DD() sounds VERY useful to me.
I have also used netbeans and xebug lots for a command line app I built in php at work, but never on a web based project or drupal.
Thanks for the link!