For a while, I was using Phpstorm EAP, and had xdebug running perfectly. I recently purchased a personal license and imported all my settings from the EAP into 7.1.3. Now xdebug does not work.
Here's xdebug.ini
zend_extension=xdebug.so xdebug.remote_host = 192.168.56.1 xdebug.remote_cookie_expire_time = 36000 xdebug.remote_log = /tmp/xdebug.log xdebug.remote_port = 9000 xdebug.remote_handler = dbgp xdebug.remote_mode = req xdebug.remote_enable = 1 xdebug.remote_autostart = 0 xdebug.idekey="PHPSTORM" xdebug.scream=0 xdebug.remote_connect_back=1 xdebug.show_local_vars=1
xdebug is also showing in the php.ini. I even ran it in http://xdebug.org/wizard.php and the latest version is installed.
Phpstorm is listening on port 9000 for xdebug, and "Listen for PHP Debug Connections" is on.
My xdebug log constantly tells me this:
Log opened at 2014-07-18 17:46:16 I: Checking remote connect back address. I: Remote address found, connecting to 192.168.56.1:9000. E: Time-out connecting to client. :-( Log closed at 2014-07-18 17:46:16
I've even tried a registry edit: http://brianreiter.org/2010/09/18/fix-virtualbox-host-only-network-adapter-creates-a-virtual-public-network-connection-that-causes-windows-to-disable-services/
No matter what I try, xdebug times out. Even with all firewalls off.
I'm on Windows 7 Enterprise. VM is puphpet/centos65-x64
EDIT Forgot to mention the IDE key in Phpstorm is PHPSTORM