xdebug使用教程

http://www.cnblogs.com/xujian2016/p/5548921.html

 

配置信息


zend_extension="D:\phpStudy\php53n\ext\php_xdebug-2.2.7-5.3-vc9-nts.dll"

; Debug Config


xdebug.remote_enable = 1
xdebug.remote_handler = dbgp
xdebug.remote_host = localhost
xdebug.remote_port = 9000
xdebug.remote_mode=req
xdebug.idekey="PHPSTORM"

 

注意,chrome的插件设置端口9000

posted @ 2017-02-24 10:56  layfork  阅读(344)  评论(0编辑  收藏  举报