PHP Console allows you to handle PHP errors & exceptions, dump variables, execute PHP code and many other things using Google Chrome PHP Console and PHP Console server library...
This implementation of PHP Console is tool to make it easier to test on the fly any WordPress function or class from terminal and inspect results, catch errors and warnings with complete call stack trace straight from Chrome JavaScript console.
In other words, besides debugging, you can execute PHP or WordPress-specific PHP code straight from the terminal and print PHP variables Chrome Dev Tools JavaScript console along with your JavaScript debugging and testing.
Keep everything in one place, without leaving the browser to check for your logs or writing PHP test code on PHP file and refresh your browser page..
For support and pull requests, please refer to WP PHP Console GitHub repo and read the instructions there thank you..
After you entered WP PHP Plugin password, your browser address bar should show yellow key icon.
After entering the password, you can use Eval Terminal in PHP Console eval & options form and run any PHP code from it, including WordPress's own functions enter one or more lines of PHP code in the black Eval terminal screen, press Ctrl+Enter and see Chrome Dev Tools JavaScript console..
The result includes the output, the return value and the execution time..
In your PHP code on the Server, you can call PHP Console debug statements like PC debug to display PHP variables in JavaScript console filter selected tags through PHP Console eval & options form opened from the in your browser..
In JavaScript console you will see printed any ` PC debug information, PHP errors, warnings, notices with optional stack trace.
Read more