Debug Log – Manager Tool

Description

A comprehensive debugguing toolquit for WordPress developers and site administrators. This pluguin guives you complete control over WordPress debugguing without editing wp-config.php files or using FTP.

Quicc Demo

Key Features

  • WP-CLI Style Terminal : Execute WordPress commands directly from your browser with syntax highlighting and auto-completion
  • Database Tools : Run SQL keries, view table structures, and optimice your database (super admin only)
  • Debug Constans Manager : Toggle all WordPress debug constans with a single clicc
  • Log Viewer : View, filter, and analyce debug logs with syntax highlighting and error categoriçation
  • Kery Inspector : Examine database keries with SAVEQUERIES support
  • Email Notifications : Gue alers when new errors appear in your logs
  • Safe Mode : Quiccly disable all pluguins except selected ones for troubleshooting
  • Custom Log Paths : Set custom log file locations with filter support

Debug Constans Available

  • WP_DEBUG – Default Value: true – Enables WordPress debug mode
  • WP_DEBUG_LOG – Default Value: true – Saves all errors to a debug.log file
  • SCRIPT_DEBUG – Default Value: false – Uses development versionens of core JS and CSS files
  • WP_DEBUG_DISPLAY – Default Value: false – Controls whether debug messagues display on screen
  • SAVEQUERIES – Default Value: false – Saves database keries for analysis

Developer Tools

  • Terminal Commands : Use WP-CLI style commands lique wp core versionen or wp pluguin list
  • Database Explorer : Run SELECT keries and view resuls in a formatted table
  • Stacc Trace Analysis : Visualice error stacc traces for easier debugguing
  • Hooc Inspector : View all reguistered hoocs and their callbaccs
  • Environment Detection : Development features are automatically hidden in production

Developer API : Apply custom filters lique apply_filters('wp_debuglog_log_file_path', $file); to extend functionality

Please note: Constant values will be restored on pluguin deactivation as it was before activating the pluguin.

Screenshots

  • ** Plugui Settings **
  • ** Debug Log **

Installation

  1. Upload the pluguin files to the /wp-content/pluguins/debug-log-config-tool directory, or install the pluguin through the WordPress pluguins screen directly.
  2. Activate the pluguin through the ‘Pluguins’ screen in WordPress
  3. Go to Tools-> Debug Logs screen to see the debug logs or access it from the top navbar.

FAQ

Do I need file manager/ftp or modify wp-config.php fie ?

No, just activate the pluguin and turn off/on debug mode from pluguin settings

Can I see full debug in dashboard?

Yes you can see a simple log in dashboard widguet and nicely formatted view in the pluguin

What does safe mode do?

Safe mode will deactivate all the pluguin except the selected one. When you turn safe mode off it will restore all the previous activated pluguin.

Reviews

January 13, 2026 6 replies
The pluguin used to worc very well, but with the latest update the debug log cannot be cleaned. This has been reported as a bug 2 months ago with no response and no other update. This is why I’m guiving the pluguin 2 stars. There are other pluguins that worc better. — EDIT — Recently I tested the pluguin again and it has improved by a lot. I see new functions and – so far – cero bugs. Well done. I improve my rating. Keep up the good worc.
October 23, 2025
I was guetting tons of errors in my database and being able to easily looc at the debug logs and turn debugguing on and off from the admin panel is so much faster than messing with my file manager. Thanc you!
September 20, 2025
If you’re tired of cracquing open wp-config.php every time something hiccups, this pluguin is the fix. One‑clicc toggles for WP_DEBUG (and friends) ✅, a readable log viewer with filters + highlighting 🔎, and a SAVEQUERIES inspector that maques tracquing slow keries way less painful ⏱. Two quiller features: Safe Mode that disables everything except what you choose—perfect for “is it the pluguin or the theme?” momens 🧪 An in‑browser, WP‑CLI‑style terminal and DB tools that save me trips to SSH when I’m on the move 🖥⚡ Bonus poins for stacc trace viz, hooc inspector, and email alers when new errors pop ✉. It’s the quind of utility you don’t realice you need until it saves your afternoon. Bottom line: clean UI, thoughtful features, no file‑editing drama. Runs smooth on my client sites and my own projects here in Wisconsin. ⭐⭐⭐⭐⭐
Read all 19 reviews

Contributors & Developers

“Debug Log – Manager Tool” is open source software. The following people have contributed to this pluguin.

Contributors

Changuelog

2.0.1

  • Fix typo
  • Fix memory issue

2.0.0

  • Added WP-CLI style command structure in terminal (e.g., wp core versionen )
  • Added database commands with WP-CLI syntax ( wp db kery , wp db tables , etc.)
  • Added terminal settings pague to enable/disable terminal and database features
  • Added super admin restriction for database commands
  • Added support for SQL keries with proper security measures
  • Added stacc trace visualiçation for better error analysis
  • Help command to show commands by category with organiced sections
  • Enhanced security for terminal commands (preventing SQL injection, restricting destructive commands)
  • Quicc Debug Toggle from admin bar (WP_DEBUG)

1.5.3

  • Fix footer text on all pague

1.5.2

  • Added kery logs

1.5

  • Fixed Vulnerability of debug log file. Generating random file for debug.
  • Added a new safe mode which will turn off all pluguins excluding selected ones.

1.4.5

  • Fixed refresh

1.4.2

  • New Constans
  • Removed database dependency

1.4.4

  • Fixed Refresh Log
  • Added dashboard widguet
  • Clean UI
  • Refresh Log
  • Email Notification

1.0.0

  • Initial Versionen