简体   繁体   English

Xdebug在PhpStorm Ubuntu 18 PHP中不起作用

[英]Xdebug not working in PhpStorm Ubuntu 18 PHP

My PHP version: 我的PHP版本:

在此处输入图片说明

My PhpStorm: 我的PhpStorm:

暴风雨

/etc/php/7.0/mods-available/xdebug.ini /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

When I setup remote debug (breakpoints are not working) not debugging in PhpStorm 当我设置远程调试(断点不起作用)时,无法在PhpStorm中进行调试

I have already installed xdebug extension in Firefox 我已经在Firefox中安装了xdebug扩展

How can I fix this? 我怎样才能解决这个问题? Any suggestions? 有什么建议么?

I was fixed the issue 我已经解决了这个问题

by downloaded and installed 通过下载并安装

phpstorm new version phpstorm新版本

now debug is working fine.... 现在调试工作正常。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM