PhpStorm 2017.1 Help

DBGp Proxy

File | Settings | Languages and Frameworks | PHP | Debug | DBGp Proxy for Windows and Linux
PhpStorm | Preferences | Languages and Frameworks | PHP | Debug | DBGp Proxy for macOS
Ctrl+Alt+S
/help/img/idea/2017.1/settings.png


The page is available only when the PHP plugin is enabled. The plugin is bundled with PhpStorm and activated by default. If the plugin is not activated, enable it on the Plugins page of the Settings / Preferences Dialog as described in Enabling and Disabling Plugins.

On this page, enable, disable, and re-configure your access to debugging PHP applications in the multiuser mode via an Xdebug proxy server.

Item Description
IDE key In this text box, specify the name for the Proxy server to identify connections from your IDE. This should be the value of the xdebug.idekey setting in your currently active php.ini configuration file.
Host In this text box, specify the host on which the Xdebug proxy server resides.
Port In this text box, specify the port which PhpStorm will listen to during a proxy debugging session.

See Also

Last modified: 19 July 2017