這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

BlackBox Debug Bar

描述

BlackBox is symfony like unobstrusive debug bar attached to the top of the browser window.

How can it help you with development:
1. instantly inspect global variables (GET, POST, COOKIE, SERVER)
2. debug both frontend and admin area
3. executed MySQL queries and time it took to execute each query (useful for finding slow queries)
4. profiler for measuring performance of your plugins and themes
5. errors occurred when loading WordPress page

螢幕截圖

  • Glabal variables foramted using var_export() function, syntax coloring using awesome highlight.js library (75% zoom)
  • Profiler tab. Displays checkpoint name, time passed since profiler start and current memory usage (75% zoom)
  • SQL tab. Displays each query execution time and the executed queries. Syntax highlighting using highlight.js library (75% zoom)
  • Errors tab. Displays error type and the error message. If the error occured more then once its type is displayed as "Notice (X)" where X is the number of error occurances.

安裝

This section describes how to install the plugin and get it working.

  1. Upload plugin to /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Done!

評價

2021年9月17日
The bar displays on the main site for people not signed in and visiting the site. Could not access the plugins section of WordPress to deactivate it; had to remove through File Manager. Status bar just sits at "Waiting for [site].com"
閱讀全部15個評價

貢獻者及開發者

“BlackBox Debug Bar” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 BlackBox Debug Bar 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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