您好我已经在AWS服务器上安装了xDebug。我以为我已经正确设置了它,我根本看不到任何输出。我期待将文件追加到我设置profiler_output_directory位置的位置。
这是phpinfo()必须说的......
Xdebug的
启用了xdebug支持 版本2.2.5 IDE键无值
支持的协议修订版 DBGp - Common DeBuGger Protocol $ Revision:1.145 $
指令本地价值主值
xdebug.auto_trace Off Off
xdebug.cli_color 0 0
xdebug.collect_assignments Off Off
xdebug.collect_includes On On
xdebug.collect_params 0 0
xdebug.collect_return Off Off
xdebug.collect_vars Off Off
xdebug.coverage_enable On On
xdebug.default_enable On On
xdebug.dump.COOKIE没有价值没有价值
xdebug.dump.ENV没有值没有值
xdebug.dump.FILES没有值没有值
xdebug.dump.GET没有值没有值
xdebug.dump.POST没有值没有值
xdebug.dump.REQUEST没有值没有值
xdebug.dump.SERVER没有值没有值
xdebug.dump.SESSION没有值没有值
xdebug.dump_globals On On
xdebug.dump_once On On
xdebug.dump_undefined Off Off
xdebug.extended_info On On
xdebug.file_link_format没有值没有值
xdebug.idekey没有值没有值
xdebug.max_nesting_level 100 100
xdebug.overload_var_dump On On
xdebug.profiler_aggregate关闭
xdebug.profiler_append关闭
xdebug.profiler_enable On On
xdebug.profiler_enable_trigger On On
xdebug.profiler_output_dir / home / ec2-user / xdebug_logs / home / ec2-user / xdebug_logs
xdebug.profiler_output_name cachegrind.out。%p cachegrind.out。%p
xdebug.remote_autostart Off Off
xdebug.remote_connect_back Off Off
xdebug.remote_cookie_expire_time 3600 3600
xdebug.remote_enable Off Off
xdebug.remote_handler dbgp dbgp
xdebug.remote_host localhost localhost
xdebug.remote_log没有值没有值
xdebug.remote_mode req req
xdebug.remote_port 9000 9000
xdebug.scream Off Off
xdebug.show_exception_trace Off Off
xdebug.show_local_vars Off Off
xdebug.show_mem_delta Off Off
xdebug.trace_enable_trigger Off Off
xdebug.trace_format 0 0
xdebug.trace_options 0 0
xdebug.trace_output_dir / tmp / tmp
xdebug.trace_output_name trace。%c trace。%c
xdebug.var_display_max_children 128 128
xdebug.var_display_max_data 512 512
xdebug.var_display_max_depth 3 3
以下是apache错误日志中的内容。
加载失败/var/tmp/pear-build-rooth6C0Im/install-xdebug-2.2.5/usr/lib64/php/modules/xdebug.so:/ var / tmp / pear-build-rooth6C0Im / install-xdebug -2.2.5 / usr / lib64 / php / modules / xdebug.so:无法打开sh $ 加载xdebug.so失败:xdebug.so:无法打开共享对象文件:没有这样的文件或目录
有没有人建议从哪里开始?
答案 0 :(得分:0)
我通过确保php.ini中的所有路径都在引号中解决了这个问题,然后才解决这个问题。