Skip to content

Instantly share code, notes, and snippets.

@bjalt
Forked from floriansemm/xdebug.ini
Created January 22, 2021 09:37
Show Gist options
  • Save bjalt/3623aaaca26a9f6621fac170b000201b to your computer and use it in GitHub Desktop.
Save bjalt/3623aaaca26a9f6621fac170b000201b 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