What type of Run/Debug configuration do you use to initiate a debug session? Generally, it's not recommended to use any of them - please consider switching to the zero-configuration way:
What I mean is that you don't need to press anything in PhpStorm to initiate a debugging session - it's much more convenient to run your application in browser directly, and initiate the session from there:
What type of Run/Debug configuration do you use to initiate a debug session?
Generally, it's not recommended to use any of them - please consider switching to the zero-configuration way:
https://confluence.jetbrains.com/display/PhpStorm/Zero-configuration+Web+Application+Debugging+with+Xdebug+and+PhpStorm
Chrome window opens when I press Run | Debug 'OOO.php' button. I've already followed the steps on that page.
What I mean is that you don't need to press anything in PhpStorm to initiate a debugging session - it's much more convenient to run your application in browser directly, and initiate the session from there:
https://confluence.jetbrains.com/display/PhpStorm/Zero-configuration+Web+Application+Debugging+with+Xdebug+and+PhpStorm#Zero-configurationWebApplicationDebuggingwithXdebugandPhpStorm-5.Startadebugsessioninbrowser