I want to use xdebug in PhpStorm. However, the IDE key is set to Eclipse, even if I hardcode it in php.ini:
xdebug.idekey= PHPSTORM
<table>
<tbody><tr class="h"><th>xdebug support</th><th>enabled</th></tr>
<tr><td class="e">Version </td><td class="v">2.4.1 </td></tr>
<tr><td class="e">IDE Key </td><td class="v">XDEBUG_ECLIPSE </td></tr>
</tbody></table>
As of Xdebug 3, it is possible to disable the Xdebug completely by setting the option xdebug. mode to off , or by setting the environment variable XDEBUG_MODE=off . It is very easy to disable Xdebug just for composer, by aliasing composer . You can add the alias to your $HOME/.
client_host = localhost # Configures the IP address or hostname where Xdebug will attempt to connect to when initiating a debugging connection. This address should be the address of the machine where your IDE or debugging client is listening for incoming debugging connections.
In the php. ini file, find the [xdebug] section. Change the value of the xdebug. start_upon_error from the default default to yes .
Probably you is using a Xdebug extension in your Chrome, so click with the right button to access options, then change this value to PHPStorm.
The Default Value is Eclipe
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With