Summary
Debugging PHP code can be enabled by setting a special GET/POST or COOKIE parameter, as detailed in the Xdebug and Zend Debugger official documentation.
1
Additionally, the Xdebug Helper For Chrome extension can be used to easily enable/disable debugging, profiling and tracing of PHP-code.
2
According to
See more results on Neeva
Summaries from the best pages on the web
Summary
In order to start debugging, you first need to activate the debugger engine on the server. To do this, you need to set a special GET/POST or COOKIE parameter (see the Xdebug and Zend Debugger official documentation for details).
Browser debugging extensions | PhpStorm Documentation
jetbrains.com
A protip by bluetidepro about php, chrome, chromephp, google chrome, and chrome extension. ... I recently started using ChromePHP to do all my PHP debugging ...
Use ChromePHP to debug PHP (Example)
coderwall.com
Summary
This extension will help you to enable/disable debugging, profiling and tracing of your PHP-code easily.
Ctrl+Shift+X (Cmd+Shift+X on Mac) opens the popup. Alt+Shift+X toggles the debugging state.
Xdebug Helper For Chrome
awesomeopensource.com
One of the great things in Visual Studio Code is debugging support. Set breakpoints, ... For debugging other languages and runtimes (including PHP , Ruby , Go ...
Debugging in Visual Studio Code
visualstudio.com
PHP is highly popular in web development. Learn how to log to console in PHP to build the ... A Chrome Extension is recommended for PHPConsole that seems to ...
How to Log to Console in PHP
stackify.com