phpstorm 中是怎样调试PHP

 我来答
匿名用户
2017-01-04
展开全部

PHPStorm+XDebug配置和断点调试


Xdebug是一个开放源代码的PHP程序调试器(即一个Debug工具),可以用来跟踪,调试和分析PHP程序的运行状况。安装和配置Xdebug大体分为三大步:


一、PHPStorm配置

1.File -> Settings -> Languages & Frameworks -> PHP

//详情: http://www.cent123.com/thread-12-1-1.html
XDebug]
zend_extension="E:\phpStudy\php\php-5.6.27-nts\ext\php_xdebug.dll"</p><p>xdebug.profiler_append = 0
xdebug.profiler_enable = 0
xdebug.trace_enable_trigger = 1
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir ="E:\phpStudy\tmp\xdebug"
xdebug.trace_output_dir ="E:\phpStudy\tmp\xdebug"
;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.profiler_output_name = "callgrind.out.%t-%s"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"

这个帖子很详细http://www.cent123.com/thread-12-1-1.html

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式