Usage
Sometimes, you could have to debug code in another PhpStorm project, you have to update the configuration.
PHP configuration
In php.ini, edit file and put xdebug.remote_autostart = 1
PhpStorm configuration
You also have to configure your IDE:
In the phpStorm configuration, Max. sim...