Remote PHP debugging with Xdebug and PhpStorm

13.05.2021
Xdebug is a PHP extension that, as the name suggests, enables debugging and profiling of PHP scripts. This extension boosts developer’s productivity by speeding up the debugging information loop. With Xdebig, the developer spends less time finding out the reasons behind errors and understanding the logic of operation of an unknown block of code.