PhpStorm 2024.1 Help

Xdebug Cloud

Item

Description

Connect to Xdebug Cloud

Select this checkbox to use the hosted Xdebug Cloud service for PHP debugging in PhpStorm. The service is available starting with Xdebug 3.

Cloud ID

In this field, provide the connection token from your Xdebug Cloud profile.

Note that, for the connection to work, you also need to configure the PHP interpreter. To do so, add the xdebug.cloud_id value to the [xdebug] section in your php.ini file:

[xdebug] zend_extension=<path to xdebug extension> xdebug.mode=debug xdebug.cloud_id=<your_cloud_id>
Last modified: 11 February 2024