Created
December 26, 2022 09:31
-
-
Save HoangPV/37178ce70e8457773341f0e9cf51d773 to your computer and use it in GitHub Desktop.
This setting will enable xdebug for cli
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.mode=debug | |
xdebug.start_with_request=yes | |
xdebug.use_compression=false | |
xdebug.client_port=9002 | |
xdebug.show_local_vars=1 | |
xdebug.discover_client_host=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment