Laravel 5 |如何安装和配置" xdebugger"在Ubuntu的PHPStrom?

时间:2016-02-10 12:12:49

标签: php phpstorm xdebug

我在phpStorm中使用Laravel 5并希望使用xdebug开始调试。

在我的/etc/php5/cli/conf.d/xdebug.ini中:

;xdebug configuration
 zend_extension = /usr/lib/php5/20090626/xdebug.so
 xdebug.remote_host = 127.0.0.1
 xdebug.remote_enable = 1
 xdebug.remote_port = 9000
 xdebug.remote_handler = dbgp
 xdebug.remote_mode = req

我收到错误:

Error running Laravel: Port 9000 is busy

1 个答案:

答案 0 :(得分:0)

您好,我有一个很好的教程,可以在Visual Studio代码上安装xdebugger。 请检查一下。

Xdebugger Installation on Visual Studio