如何解决PhpStorm中加载的无调试扩展

时间:2018-11-27 07:56:10

标签: ubuntu phpstorm xdebug

Screen shot

我下载了Xdebug 2.6.2

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

我正在使用Ubuntu 18

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

但无法验证...

验证完成后,如何调试程序?

0 个答案:

没有答案