Configuration
[Xdebug] zend_extension = "E:\SoftWare\php\php-73\ext\php_xdebug-2.7.2-7.3-vc15-nts-x86_64.dll" xdebug.remote_enable = 1 xdebug.remote_host = "127.0.0.1" xdebug.remote_port = 9009 xdebug.remote_autostart = 1 xdebug.remote_handler = "dbgp" xdebug.idekey = PHPSTORM xdebug.profiler_enable = 0 xdebug.profiler_enable_trigger = 1 xdebug.default_enable = "Off" xdebug.remote_mode = req
Instructions
Set
xdebug.remote_enable = 0
orxdebug.remote_autostart = 0
. If you turn off either of these two items, there will be no slowdown, but after turning it off You can debug if you cannot listen to breakpoints;xdebug.remote_host
is changed to127.0.0.1
instead oflocalhost
, the same is true for the settings in phpstorm;-
##xdebug.remote_port
As long as it is an available port and is the same as the configuration in phpstorm;
- For the rest of the configuration, just follow the configuration.