Created
August 4, 2023 11:00
-
-
Save ChandanShakya/61d75373e305eb8e6a73a0196f1176fe to your computer and use it in GitHub Desktop.
Xdebug enabling for php.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 = xdebug | |
xdebug.mode=debug | |
xdebug.start_with_request=yes | |
xdebug.client_port=9003 | |
xdebug.client_host = localhost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment