Hello Tech Lover,
If you are use PHP, then you may hear the terms Debugging.
Debugging is the process of finding and fixing software coding errors. The software can be debugged by programmers or testers.
So if you know the debugging process well this will be awesome things for you.
So in this article, we are going to configure Xdebug with PhpStorm and Chrome in Ubuntu for the Application like Magento 2, Laravel & WordPress.
I am here using Ubuntu, but if you use Xampp or Wamp then your process is much easier, Already Xdebug is installed in Xampp or Wamp you just need to enable that visually then follow the part configure xDebug with PhpStorm.
In a traditional way what we do by using echo or var_dump() or print_r() and run browser to show the value.

Now the process we are divided into some steps
- Installing Xdebug
- Configure it with php.ini
- Configure it with PhpStorm
- Configure Xdebug with chrome
- Run it