Track Debug

外掛說明

Track Debug is a simple admin-only tool to help developers monitor WordPress debug settings and review the most recent PHP error logs — all from a neat, clean admin dashboard page.

Features:
– Custom admin dashboard menu: Track Debug
– Shows current WP_DEBUG status
– Displays the last 50 lines of error_log
– Fully OOP, minimal code, no bloat
– Safe for production (admin-only access)

License

This plugin is licensed under the GPL v2 or later.

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/track-debug.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Navigate to Dashboard > Track Debug to view debug info.

常見問題集

Who can view the debug panel?

Only users with the manage_options capability (typically admins).

Where does it read the error log from?

It uses PHP’s ini_get('error_log') setting and reads from that file.

Is this plugin safe to use on live sites?

Yes. It shows data only to administrators and escapes output from error logs.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Track Debug〉的開發相關工作。

參與者

將〈Track Debug〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.6

  • Stability and compatibility improvements

1.5

  • Enhanced error log reading and formatting
  • Stability and compatibility improvements

1.4

  • UI improvements for the React-based dashboard
  • Enhanced error log reading and formatting
  • Stability and compatibility improvements

1.3

  • Improved error detection mechanism
  • Enhanced admin UI for better visibility of debug status
  • Minor code cleanup and optimization

1.2

  • Compatible with WordPress 6.8
  • Added support for future WordPress debug constants
  • Improved error detection mechanism
  • Enhanced admin UI for better visibility of debug status
  • Minor code cleanup and optimization

1.1

  • Bug Fix.

1.0

  • Initial release with debug dashboard and error log display.