Xdebug 和phpstorm已经安装好,可以点击打断点,就是进入不了断点,附我的配置文件:
[Xdebug]
zend_extension = C:\xampp\php\ext\php_xdebug-3.0.2-7.4-vc15-x86_64.dll
xdebug.remote_enable =1
xdebug.remote_handler = dbgp
xdebug.remote_mode=req
xdebug.remote_host = localhost
xdebug.remote_port = 9000
xdebug.idekey=“PHPSTORM”