Created
January 22, 2021 08:22
-
-
Save floriansemm/7c8c3cfb63dee255edfaebf506745dae 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