首页 > 其他 > 详细

Intellij idea 配置xdebug

时间:2016-05-31 20:37:32      阅读:456      评论:0      收藏:0      [点我收藏+]

一:修改php.ini

zend_extension = "C:/wamp/bin/php/php5.4.16/zend_ext/php_xdebug-2.2.3-5.4-vc9.dll"

[xdebug]
xdebug.remote_enable = on
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "C:/wamp/tmp"
xdebug.idekey= PHPSTROM

二:添加服务

1.技术分享

2.技术分享

3.技术分享

4.之后点击debug按钮。技术分享

5.打断点就可以开始调试了,F9下一个断点,F7下一行。

 

 

技术分享

Intellij idea 配置xdebug

原文:http://www.cnblogs.com/xxlogin/p/xdebug.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!