Problem with config my PHPStorm to debug

Hi

I find some difficulty in setup my PHPstorm to do the debug. I follow the Zero configuration guide on JetBrain website but it seems, in this case, something is different because of PHP FPM.

This my configuration and as you see it says the there is no Debugger: Not Installed

So We should change the /etc/php/7.2/cli/php.ini and add the turn the Xdebug on inside it?

The thing is when I do the phpinfo() it says the XDEBUD Enabled but sure, I’m also seeing the PHP is loading a different config file. I’m confused a little bit!

The validation says everything is set correctly but still, the breakpoints don’t stop

This topic was automatically closed after 42 days. New replies are no longer allowed.