Created
December 15, 2021 12:47
-
-
Save tdwesten/9943de1d1616472ee91ff55839f90d0e to your computer and use it in GitHub Desktop.
Homestead Xdebug 3 VSCODE
This file contains 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
zend_extension=xdebug.so | |
xdebug.mode=debug | |
xdebug.discover_client_host=0 | |
xdebug.client_port=9003 | |
xdebug.max_nesting_level=512 | |
xdebug.idekey=VSCODE | |
xdebug.client_host=10.0.2.2 | |
xdebug.start_with_request=yes | |
xdebug.log = /home/vagrant/code/xdebug.log | |
xdebug.log_level=1 | |
// Don't map the port 9003 in the Homestead.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo nano /etc/php/8.0/cli/conf.d/20-xdebug.ini