Skip to content

Instantly share code, notes, and snippets.

@RyanRLong
Forked from dhrrgn/VagrantXDebug.md
Created October 13, 2017 20:03
Show Gist options
  • Select an option

  • Save RyanRLong/f85362dbc4bfe73c37776118ed713856 to your computer and use it in GitHub Desktop.

Select an option

Save RyanRLong/f85362dbc4bfe73c37776118ed713856 to your computer and use it in GitHub Desktop.

xdebug.ini

xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.remote_connect_back=1
xdebug.idekey=vagrant     
xdebug.remote_host=10.0.2.2

The remote_host is the IDE's host ip from the vagrant box. 10.0.2.2 seems to be the default...i think, works for me.

In PHPStorm

Setup Server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment