debug-toolkit icon indicating copy to clipboard operation
debug-toolkit copied to clipboard

Code debug made easier and more enjoyable - WordPress Plugin

Results 7 debug-toolkit issues
Sort by recently updated
recently updated
newest added

Without this condition, when an error is thrown in wp-cli context, the script dies with no message at all.

Usage example: ```php define( 'DEBUG_TOOLKIT_WHOOPS_SILENCE_ERRORS', E_STRICT | E_DEPRECATED | E_WARNING | E_NOTICE ); ```

It is planned an integration with query monitor? Right now is the most used plugin for debugging and add a support like in the toolbar and show the output in...

Update dependecies to fix isue with php 8.1 verson

Updated dependency versions to support php 8.2.1. Fixes #5

Hey Tonya! I still use this plugin daily, and recommend it for debugging/tracing/etc when theme customers need an easy way to see and screenshot errors and traces. Any chance we...