php安装xdebug调试的问题。。
我使用的是xampp集成环境,xampp自带有xdebug只需要在php.ini文件中启用就好了,所以我启用成功了我需要的是性能分析,按照网上的教程,我已经启用的配置如下...
我使用的是xampp集成环境,xampp自带有xdebug只需要在php.ini文件中启用就好了,所以我启用成功了
我需要的是性能分析,按照网上的教程,我已经启用的配置如下:
xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "D:\xampp\tmp"
xdebug.profiler_output_name = "xdebug_profile.%R::%u"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "localhost"
xdebug.remote_port = 9000
xdebug.trace_output_dir = "D:\xampp\tmp"
但是为什么运行成徐后在tmp文件夹中没看到有文件输出啊。。。
额。。。求助 展开
我需要的是性能分析,按照网上的教程,我已经启用的配置如下:
xdebug.profiler_append = 0
xdebug.profiler_enable = 1
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "D:\xampp\tmp"
xdebug.profiler_output_name = "xdebug_profile.%R::%u"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "localhost"
xdebug.remote_port = 9000
xdebug.trace_output_dir = "D:\xampp\tmp"
但是为什么运行成徐后在tmp文件夹中没看到有文件输出啊。。。
额。。。求助 展开
展开全部
一般在程序中将变量打印出来:print($a);来看页面的结果进行调试。
还有在可能出错的前面打印输出,来测试流程问题。
还有在可能出错的前面打印输出,来测试流程问题。
追问
我不要输出变量,程序没错误,我只是需要输出每个函数运行的时间,,我要提升性能。。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询