Created
March 25, 2021 00:53
-
-
Save chrispian/c4b6fa371b937b6295e25bd6f6f8f6f7 to your computer and use it in GitHub Desktop.
xdebug config for php.ini in Local by Flywheel
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] | |
# Make sure to point to the correct php version for this local. | |
zend_extension = /opt/php/7.2.0/lib/php/extensions/no-debug-non-zts-20170718/xdebug.so | |
xdebug.remote_enable=1 | |
xdebug.remote_connect_back=On | |
xdebug.remote_port=9090 | |
xdebug.profiler_enable=0 | |
xdebug.remote_host=localhost | |
xdebug.remote_handler=dbgp | |
xdebug.remote_mode=req | |
xdebug.remote_autostart=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment