Drupal Debugging - Drupal Training Curriculum for Drupal Companies

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
You are viewing a wiki page. You are welcome to join the group and then edit it. Be bold!

Back to Drupal Training Syllabus

Drupal Debugging

Debugging is crucial to successful development, and it is challenging too.

Learning Objectives

Debugging Drupal in a structured way. Debugging tools.

Course Content

It's hard to find an error in your code when you're looking for it; it's even harder when you've assumed your code is error-free.
-Steve McConnel

  1. Best practices

  2. The presence of bug in a code is not a big deal, but how the developer approaches a bug is important.
    https://www.thirdandgrove.com/debug-drupal-five-tips

  3. Debugging tools

  4. Developer should be aware of the best tools available to debug.
    http://ratatosk.net/drupal/tutorials/debugging-drupal.html

  5. Points to note

  6. Best thing to note is, read the code.
    More points are here.
    http://www.slideshare.net/zyxware/debugging-drupal-how-to-debug-your-dru...

Reference

https://buildamodule.com/video/drupal-6-development-and-tools-testing-an...
http://www.zyxware.com/articles/4132/drupal-how-do-i-debug-drupal-live-s...
http://www.zyxware.com/articles/2459/drupal-debugging-tips-print-and-die

Exercise

Exercise on Drupal Debugging

Next » Security Updates and Applying Patches