WP Toolkit provides controls for WordPress debugging. Debugging can help identify PHP errors, warnings, and other problems during development or troubleshooting.
- Open cPanel → Domains → WP Toolkit.
- Find the affected website.
- Open Debugging.
- Enable only the debugging options you need.
- Save the settings and reproduce the problem.
Use debugging carefully on production sites
Detailed errors can reveal file paths, plugin names, or other technical information. On a public production website, logging errors is generally safer than displaying them to visitors.
When troubleshooting is complete, return to WP Toolkit and disable debugging options that are no longer required.
Debugging is useful when a page is blank, a plugin or theme throws errors, custom code fails, or an application developer needs diagnostic information.