Last active
August 7, 2021 15:53
-
-
Save raksa/b412b96d5cc925c126ebc28b454cce39 to your computer and use it in GitHub Desktop.
xdebug php
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="<path/to/xdebug.so>" | |
xdebug.remote_enable=1 | |
xdebug.remote_port=9000 | |
xdebug.remote_autostart=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
from v3
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.client_port=9000