为了账号安全,请及时绑定邮箱和手机立即绑定

为何我的xdebug调试跟踪文件一下子涨1.6GB?如何配置?

为何我的xdebug调试跟踪文件一下子涨1.6GB?如何配置?

PHP
慕虎7371278 2019-03-18 03:44:19
我刚学使用xdebug这工具,发现他功能强大,但难驾驭啊。来看我的配置: [xdebug] zend_extension=xdebug.so xdebug.remote_host=192.168.6.159 xdebug.remote_enable=On xdebug.remote_port=9001 xdebug.remote_handler="dbgp" xdebug.remote_mode="req" xdebug.idekey="phpstorm" ;xdebug.remote_connect_back=1 ;xdebug.auto_autostart=1 xdebug.remote_log=/data1/logs/xdebugTrace/trace.log ;xdebug.auto_trace=1 xdebug.profiler_enable=on xdebug.trace_output_dir="/data1/logs/xdebugTrace/trace_output_dir" xdebug.profiler_output_dir="/data1/logs/xdebugTrace/trace_output_dir" xdebug.trace_options=1 xdebug.trace_output_name=trace.%c 我的日志文件在几分钟内涨到 1.6G,是不是因为我打开了那个auto_trace配置?下面那个trace.1949388597.xt,太吓人了,我是开发环境并没有多少访问量,但这里的数据为何这么多?求指教? 240 -rw-r--r--. 1 nobody nobody 242688 4月 20 18:12 cachegrind.out.16342 244 -rw-r--r--. 1 nobody nobody 246114 4月 20 18:18 cachegrind.out.16343 244 -rw-r--r--. 1 nobody nobody 246068 4月 20 18:18 cachegrind.out.16404 178652 -rw-r--r--. 1 nobody nobody 182938526 4月 20 18:19 cachegrind.out.16405 216124 -rw-r--r--. 1 nobody nobody 221308259 4月 20 18:23 cachegrind.out.16415 244 -rw-r--r--. 1 nobody nobody 245892 4月 20 18:23 cachegrind.out.16416 244 -rw-r--r--. 1 nobody nobody 245900 4月 20 18:23 cachegrind.out.16423 4202368 -rw-r--r--. 1 nobody nobody 2380530850 4月 20 18:23 trace.1949388597.xt 4096 -rw-r--r--. 1 nobody nobody 2621997 4月 20 18:23 trace.2986568079.xt 问题二,我装了webgrindGUI工具。显示的为什么是这样的,没有显示函数名:
查看完整描述

2 回答

?
蝴蝶不菲

TA贡献1810条经验 获得超4个赞

我找到原因了,应该是webgrindGUI版本太低了,我重装了1.5版本后就可以显示函数名了

查看完整回答
反对 回复 2019-03-18
  • 2 回答
  • 0 关注
  • 495 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信