DebugMe

Description

View WordPress logs in a convenient and searchable way and revise your server settings. Nice plugin for debugging.

Sometimes it is difficult to read and search over the debug.log file. That is why the DebugMe shows the log in your WordPress Dashboard, not on the server. It is readable and searchable.

Debug Log Viewer
View notices, warnings, and errors of the WordPress debug.log file in a simplified table format. Search (by error type, line, and file) and pagination make the process of log control quick and convenient.

Server info
Track all your server settings in one place. We parsed phpinfo(); for you!

Screenshots

  • Log viewer allows a convenient way to browse the debug.log file.
  • Server info shows configuration of your server in one place.

Installation

How to activate withing WordPress

  1. Go to ‘Plugins > Add New’
  2. Search for ‘DebugMe’
  3. Click install then activate

How to activate manually

  1. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the “Plugins” page in Dashboard

FAQ

Why is debug.log important?

Debug.log is a part of the universal (core, plugins, and themes) WordPress system for debugging code. It is vitally important for your code quality and website operation.

​​You should strive to ensure that this file is empty and contains no notices, warnings, or critical errors. If a new line appears in the debug.log. – make an effort to fix a bug in the code to ensure the highest quality user experience for visitors of your website.

What are the common WordPress issues that I can track in the debug.log file?

Debug.log file is a default issue tracking log file for WP. It shows various plugin or themes errors. Some of them may not be critical right now but will lead to serious problems like the White Screen of Death in the future.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“DebugMe” is open source software. The following people have contributed to this plugin.

Contributors

Translate “DebugMe” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.4.1

  • Changed color scheme
  • Changed spaces in tables
  • Added missing icons

0.4

  • Added support of Ukrainian language
  • Small UI changes
  • Added support of “Parse” error type
  • Tested with WordPress 6.1
  • Refactoring

0.3

  • Added buttons for refreshing, clear and downloading the log

0.2

  • Refactoring
  • Added ability to clear debug.log file
  • UI color changes

0.1

  • Initial release