Xdebug - Debugger and Profiler Tool for PHP
https://xdebug.org/
Xdebug: A powerful debugger for PHP. Xdebug is an extension for PHP to assist with debugging and development.
Xdebug: A powerful debugger for PHP
https://xdebug.org/download
If you find Xdebug useful, please consider supporting the project. Downloads. Please refer to the installation instructions on how to install Xdebug.
GitHub - xdebug/xdebug: Xdebug — Step Debugger and Debugging...
https://github.com/xdebug/xdebug
Contribute to xdebug/xdebug development by creating an account on GitHub.
Xdebug - Wikipedia
https://en.wikipedia.org/wiki/Xdebug
Xdebug is a PHP extension which provides debugging and profiling capabilities. It uses the DBGp debugging protocol. The debug information that Xdebug can provide includes the following: stack and function traces in error messages with: full parameter display for user defined functions. function...
Xdebug (@Xdebug) | Твиттер
https://twitter.com/xdebug
Последние твиты от Xdebug (@Xdebug). Xdebug debugging extension for PHP. Helping PHP developers finding bugs in their code.
Configure Xdebug—PhpStorm
https://www.jetbrains.com/help/phpstorm/configuring-xdebug.html
Configure Xdebug in PhpStorm. In the Settings/Preferences dialog Ctrl+Alt+S, select Languages & Frameworks | PHP. Check the Xdebug installation associated with the selected PHP interpreter
Xdebug - Professional PHP Debugging
https://code.tutsplus.com/tutorials/xdebug-professional-php-debugging--net-34396
Well, technically, Xdebug is an extension for PHP to make your life easier while debugging your code. Right now, you may be used to debugging your code with various other simple solutions.