PhpStorm 2021.1 Help

DBGp Proxy

File | Settings | PHP | Debug | DBGp Proxy for Windows and Linux
PhpStorm | Preferences | PHP | Debug | DBGp Proxy for macOS
Ctrl+Alt+S
the Settings/Preferences icon

The page is available only when the PHP plugin is enabled. The PHP plugin is bundled with PhpStorm and activated by default. If the plugin is disabled, enable it on the Installed tab of the Settings/Preferences | Plugins page, as described in Managing plugins.

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

ItemDescription
IDE keyIn this field, 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.
HostIn this field, specify the host on which the Xdebug proxy server resides.
PortIn this field, specify the port which PhpStorm will listen to during a proxy debugging session.
Last modified: 08 March 2021