-
-
Save bjalt/3623aaaca26a9f6621fac170b000201b to your computer and use it in GitHub Desktop.
PHPStorm, Vagrant and Xdebug3 config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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