
Xdebug Install Process step by step
Aug 9, 2017 · 1 min read
Xdebug install in your localhost as like atom , wamp ,xampp or other .
At first create a info.php file and paste this code with php tag<? php phpinfo() ?>
Now go to xdebug website https://xdebug.org/wizard.php
and localhost/info.php copy all then paste that xdebug textarea field .
Xdebug give you some instructions ,fllow those instructions .
~ @code4mk

