Setup XDebug in PhpStorm

PhpStorm is one of the good IDE for PHP application development available in current era. PHP Xdebug is a very strong tool for debugging, making the life easier for PHP developers to find out the logical mistakes. Integration of Xdebug into PhpStorm will ease the trouble of debugging for PHP developers. You can easily setup Xdebug in PhpStorm by following these steps. Requirements PhpStorm (get it from here) Xdebug (get it from here) Procedures Setup Xdebug (if you haven’t done already). Find the steps here. You should be able to see Xdebug while checking the php version. ...

May 25, 2016 · 4 min · Sanjeev Kumar Pandit