

Debugger: set to Xdebug in the drop-down.This value is used in and must match the value for PHP_IDE_CONFIG variable in Debug CLI commands.

This will be used to listen to port 9000 locally, which will be forwarded. This will create a “server” configuration. Notice at the top, it will show the project name in grey, just for reference. Expand and locate Languages & Frameworks > PHP > Servers section in settings.On Windows/Linux, select File > Settings.You need to configure PhpStorm to properly work with Xdebug. You should continue configuring your IDE.
MAGENTO 2 DEVDOCS DEPLOYMENT PRO
When deployed to Starter environments and Pro Integration environments, Xdebug is now available.

You will configure settings in the file. To set up Xdebug, you need to configure a file in your Git repo, configure your IDE PhpStorm, and set up port forwarding. Please see the vendor documentation for those applications for further configuration information.
MAGENTO 2 DEVDOCS DEPLOYMENT HOW TO
The following sections detail how to configure Xdebug and PhpStorm to work locally with settings in your environments. We recommend using Xdebug for your PHP debugging. For the latest supported documentation, see. This archived documentation is not supported.
