我正在使用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发布于 2019-04-16 23:24:30
你好,我有一个很好的教程,可以在visual studio代码上安装xdebugger。请检查一下。
Xdebugger Installation on Visual Studio
https://stackoverflow.com/questions/35314958
复制相似问题