phpstorm 中是怎样调试PHP
1个回答
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"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询