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 = "127.0.0.1"
xdebug.remote_port = 9000
xdebug.remote_log = "D:\phpStudy\php53n\debug.log"
xdebug.idekey="PHPSTORM"
注意,chrome的插件设置端口9000
原文:http://www.cnblogs.com/norm/p/6437589.html