Created
April 27, 2023 07:53
-
-
Save a-kbv/282d3af0424ec829352dc73f7865a284 to your computer and use it in GitHub Desktop.
Xdebug config on all versions
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 settings | |
xdebug.mode=debug | |
xdebug.start_with_request=yes | |
xdebug.client_port=9000 | |
;xdebug.discover_client_host=1 | |
; xdebug.log=/var/log/xdebug.log | |
; Xdebug OLD settings | |
xdebug.remote_enable=1 | |
xdebug.remote_port=9000 | |
xdebug.remote_autostart=1 | |
xdebug.remote_connect_back=1 | |
xdebug.log_level = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment