Skip to content

Instantly share code, notes, and snippets.

@jlainezs
Created September 17, 2016 13:40
Show Gist options
  • Save jlainezs/01830f47e827a8e31ab7c0459eb5d01f to your computer and use it in GitHub Desktop.
Save jlainezs/01830f47e827a8e31ab7c0459eb5d01f to your computer and use it in GitHub Desktop.
PHP debug on Vagrant with PHPStorm
#
# Debug on Vagrant with PHPStorm
#
zend_extension=xdebug.so
xdebug.max_nesting_level=400
xdebug.remote_enable=on
xdebug.remote_connect_back=on
xdebug.remote_mode=req
xdebug.inikey=PHPSTORM
xdebug.extended_info=1
html_errors=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment