Skip to content

Instantly share code, notes, and snippets.

@raksa
Last active August 7, 2021 15:53
Show Gist options
  • Save raksa/b412b96d5cc925c126ebc28b454cce39 to your computer and use it in GitHub Desktop.
Save raksa/b412b96d5cc925c126ebc28b454cce39 to your computer and use it in GitHub Desktop.
xdebug php
[xdebug]
zend_extension="<path/to/xdebug.so>"
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_autostart=1
@raksa
Copy link
Author

raksa commented Feb 4, 2021

from v3
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.client_port=9000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment