码迷,mamicode.com
首页 > Web开发 > 详细

phpstrom+xdebug配置

时间:2017-11-04 13:25:32      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:pst   es2017   ble   配置   x64   dll   zend   cal   nbsp   

 

1.确认是否安装了xdebug

2.在php.ini文件中配置如下

[xdebug]  
zend_extension="D:\wamp\php-5.6.2-x64\ext\php_xdebug-2.2.5-5.6-vc11-x86_64.dll"  
xdebug.remote_enable = On  
xdebug.remote_handler = dbgp     
xdebug.remote_host= localhost  
xdebug.remote_port = 9000  
xdebug.idekey = PHPSTORM  

3.phpstorm的设置

技术分享

技术分享

 还有问题,可参考http://blog.csdn.net/ty_hf/article/details/50768702

phpstrom+xdebug配置

标签:pst   es2017   ble   配置   x64   dll   zend   cal   nbsp   

原文地址:http://www.cnblogs.com/xiaobiaomei/p/7782945.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!