1. 程式人生 > >PhpStorm中的Xdebug 配置

PhpStorm中的Xdebug 配置

文件寫入 localhost style org hand nbsp 保存 版本 源碼

檢測適合版本: https://xdebug.org/wizard.php

phpinfo 頁html源碼

技術分享

php.ini 文件寫入以下配置:

[Xdebug]
zend_extension = E:\xampp\php\ext\php_xdebug-2.5.3-5.6-vc11.dll
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.idekey="PHPSTORM"

保存重啟。

技術分享

技術分享

技術分享

技術分享

PhpStorm中的Xdebug 配置