

Query Console - PHP REPL with Monaco editor, saved snippets and captured output
Debug Suite is a developer toolkit that puts the tools you normally reach for over SSH right inside wp-admin: run PHP against the live site in a browser console, read the debug log without touching FTP, watch outgoing mail, and browse auto-generated docs for every REST endpoint your site exposes. Everything is one click away from the admin bar, on any admin screen.
Query Console — a PHP REPL in your browser
dump() output and execution time.Debug Console wherever the admin bar is
Smart Debug Log Viewer
Debug Constants Management
WP_DEBUG and WP_DEBUG_LOG from Settings — Debug Suite writes them straight into wp-config.php for you.Outgoing Email Log (optional)
Interactive API Documentation (on by default, switchable in Settings)
/debug-suite/api/docs through a beautiful, easy-to-read visual interface.Lightning-Fast & Customizable
Built to extend
Hookable services and a debug_suite_localized_data filter for third-party integrations.debugSuite.routes filter and inject UI via Slot/Fill.