Skip to content

Instantly share code, notes, and snippets.

@floriansemm
Created January 22, 2021 08:22
Show Gist options
  • Save floriansemm/7c8c3cfb63dee255edfaebf506745dae to your computer and use it in GitHub Desktop.
Save floriansemm/7c8c3cfb63dee255edfaebf506745dae to your computer and use it in GitHub Desktop.
PHPStorm, Vagrant and Xdebug3 config
[xdebug]
zend_extension = xdebug.so
xdebug.max_nesting_level = 2000 ; for PHPUnit tests
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.client_port=9003
xdebug.remote_handler=dbgp
xdebug.client_host=10.0.2.2 ; IDE-Environments IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment