Created
June 22, 2020 14:05
-
-
Save feldwebel/c755a4e6494460d58c4c7bbf64768b4c to your computer and use it in GitHub Desktop.
xdebug.ini
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
| zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20170718/xdebug.so | |
| xdebug.remote_enable=on | |
| xdebug.remote_autostart=on | |
| xdebug.remote_host=172.26.0.1 | |
| xdebug.idekey=PHPSTORMPP | |
| xdebug.extended_info=on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment