A lightweight WordPress development tracing and debugging toolkit.
- Pretty error pages powered by
filp/whoops - Replaces WordPress white screen of death
- Shows file, line number, stack trace
- WordPress Context panel:
- Current URL
- WordPress version
- Active theme name
- Plugin count
- Admin only — non-admin users never see errors
- Toggle ON/OFF from DevTrace settings page
- Production warning notice in admin
Clone the repository:
git clone git@github.com:Risad212/wp-devTrace.gitGo to the plugin directory:
cd wp-devTraceInstall Composer dependencies:
composer install- Copy plugin folder to
/wp-content/plugins/ - Activate from Plugins → Installed Plugins
- Go to DevTrace → Settings
- Enable DevTrace toggle
- Any PHP error now shows beautiful error page
- PHP 8.0+
- WordPress 6.0+
- Composer installed globally
GPL-2.0-or-later