这是我的设置:
我安装了sudo apt-get install php5-xdebug
的Vagrant scotchbox
Host = Windows 8.1,Virtualbox = Ubuntu
我安装了xdebug(php -v的证明):
PHP 5.5.26-1+deb.sury.org~precise+1 (cli) (built: Jun 15 2015 10:04:01)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies
with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies
with Xdebug v2.3.2, Copyright (c) 2002-2015, by Derick Rethans
这是我的x-debug.ini:
zend_extension=xdebug.so
xdebug.remote_connect_back = 1
xdebug.remote_enable = 1
xdebug.remote_handler = "dbgp"
xdebug.remote_port = 9000
xdebug.idekey = "phpstorm"`
现在这是我在phpstorm上的服务器:路径很好
我的程序
首先,我正在通过网络浏览器尝试通过Phpstorm推出一个简单的symfony Web应用程序。
问题是它甚至没有打开镀铬标签或其他东西..
我缺少什么?
提前谢谢。