DebugMe

Описание

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!

Скриншоты

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

Установка

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

Часто задаваемые вопросы

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.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«DebugMe» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «DebugMe» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

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