【问题标题】:Xdebug is not enabled in PHP Version 7.1.21, XAMPPPHP 版本 7.1.21、XAMPP 中未启用 Xdebug
【发布时间】:2019-02-26 11:56:09
【问题描述】:

我有这个配置:

[XDebug]
zend_extension = "G:\xampp\php\ext\php_xdebug-2.5.5-7.1-vc14.dll"
xdebug.remote_autostart = 1
xdebug.profiler_append = 0
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_dir = "G:\xampp\tmp"
;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_host = "127.0.0.1"
xdebug.remote_log = "G:\xampp\tmp\xdebug.txt"
xdebug.remote_port = 9000
xdebug.trace_output_dir = "G:\xampp\tmp"
;36000 = 10h
xdebug.remote_cookie_expire_time = 36000

请帮忙。我正在使用 Window 10。

【问题讨论】:

    标签: php xampp xdebug netbeans-8


    【解决方案1】:

    尝试使用https://xdebug.org/wizard.php

    过去我在设置 xdebug 时遇到了很多困难,但那个鲜为人知的 xdebug 向导一直是我正确设置 xdebug 的救命稻草。

    【讨论】:

    • 我已经从xdebug.org/wizard.php 下载了.dll 文件,但还是有问题,安装php 5.6 时工作正常
    【解决方案2】:

    XdebugXdebug Manager 是 EasyPHP Deverser (www.easyphp.org) 的本机。也许你可以看看。

    【讨论】:

      猜你喜欢
      • 2017-08-22
      • 1970-01-01
      • 2018-12-02
      • 1970-01-01
      • 2014-09-13
      • 2019-05-10
      • 1970-01-01
      • 2012-09-21
      相关资源
      最近更新 更多