How to do the for drupal debugging?



How to do the for drupal debugging?..

Answer / Ajay Sabharwal

Drupal provides various methods for debugging:
1. Devel module: Provides many useful functions for debugging, like dpm() for dumping variables.
2. Watchdog: Logs system messages that can help in troubleshooting issues.
3. Error reporting settings: Adjust error reporting levels in the php.ini file or using the admin/config/development/error-reporting page.
It's essential to enable and disable debugging features when needed, as they may impact site performance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Drupal Interview Questions

Which PHP compatibility is used for Drupal?

1 Answers  


What are the disadvantages of drupal?

1 Answers  


How can add the captcha in registration page for drupal?

1 Answers  


Difference between preprocess html and preprocess node?

1 Answers  


What is a subtheme?

1 Answers  


What is drupal used for?

1 Answers  


Which are the core optional modules in drupal 6.x?

1 Answers  


How database system of drupal works ?

1 Answers  


Explain about workbench moderation module

1 Answers  


Explain coding standards in drupal?

1 Answers  


How can we add regions in drupal theme?

1 Answers  


What programming language does drupal use?

1 Answers  


Categories