Chrome is opened automatically when debugging
When I start debugging with Xdebug, a new Chrome window is opened automatically.
How can I disable this? I want to open it manually, and open as a tab instead of a new window.
Please sign in to leave a comment.
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