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

PHPSTORM+Xdebug配置

时间:2016-11-18 23:04:28      阅读:335      评论:0      收藏:0      [点我收藏+]

标签:wsus   png   dlx   trigger   rdo   bin   otp   icp   rnn   

技术分享

技术分享

[XDebug]
zend_extension = "php_xdebug-2.4.0-5.6-vc11.dll"
xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "\xampp\tmp"
xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable =on
xdebug.profiler_enable_trigger = off
xdebug.remote_autostart = on
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.remote_port=9000
xdebug.trace_output_dir = "\xampp\tmp"
xdebug.idekey="PHPSTORM"

 xdebug.remote_enable =on一定要打开,php.ini中的port要和以上的两个相同.

剩余的就是打开插件进行调试

 

PHPSTORM+Xdebug配置

标签:wsus   png   dlx   trigger   rdo   bin   otp   icp   rnn   

原文地址:http://www.cnblogs.com/vincebye/p/6078959.html

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