【问题标题】:Xdebug not working in PhpStorm Ubuntu 18 PHPXdebug 在 PhpStorm Ubuntu 18 PHP 中不起作用
【发布时间】:2019-07-09 05:47:14
【问题描述】:

我的 PHP 版本:

我的 PhpStorm:

/etc/php/7.0/mods-available/xdebug.ini

zend_extension = /usr/lib/php/20151012/xdebug.so 
xdebug.show_error_trace = 1
xdebug.idekey=PHPSTORM
xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.remote_connect_back=1

当我在 PhpStorm 中设置远程调试(断点不起作用)时没有调试

我已经在 Firefox 中安装了 xdebug 扩展

我该如何解决这个问题?有什么建议吗?

【问题讨论】:

标签: php phpstorm xdebug ubuntu-18.04


【解决方案1】:

我已经解决了这个问题

通过下载和安装

phpstorm新版本

现在调试工作正常......

【讨论】:

    猜你喜欢
    • 2019-05-31
    • 1970-01-01
    • 2016-07-06
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-10-10
    • 2015-12-02
    • 2017-11-06
    相关资源
    最近更新 更多