This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Debug Console for PHP

Description

Adds debug / logging output that by default shows query, cache, and other helpful debugging information.

WebSite: https://bradkent.com/php/debug

Adds helpful logging methods and utilties

Logging methods:
– log
– info
– warn
– error
– group
– groupCollapsed
– assert
– count
– table
– trace
– time

inspect values (objects, methods, properties, constants, etc)

Send error notifications to email / discord / slack / teams

Other output options
– log file,
– javascript (browser console),
– ServerLog (browser extension),
– ChromeLogger (browser extension)
– FirePHP (browser extension)

Installation

Use automatic installer.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Debug Console for PHP” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

3.5

  • Initial release