设置为phpstorm vagrant xdebug

时间:2015-07-23 21:24:59

标签: php vagrant phpstorm xdebug

这是我的设置:

我安装了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上的服务器:路径很好

config xdebug

我的程序

首先,我正在通过网络浏览器尝试通过Phpstorm推出一个简单的symfony Web应用程序。

  1. 我点击监听调试连接的图标
  2. 我在我的php dev.portfolio.jules上启动调试
  3. 它启动一个调试会话,出现以下错误:等待与ide键'phpstorm'的传入连接
  4. 问题是它甚至没有打开镀铬标签或其他东西..

    我缺少什么?

    提前谢谢。

0 个答案:

没有答案