Created
June 27, 2020 15:05
-
-
Save YasienDwieb/333755d449c45395606e20ee99ce6c75 to your computer and use it in GitHub Desktop.
XDebug tested config
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] | |
xdebug.remote_enable=on | |
xdebug.remote_mode=req | |
xdebug.remote_autostart=1 | |
xdebug.remote_log="/var/log/xdebug.log" | |
xdebug.remote_host=localhost | |
xdebug.remote_handler=dbgp | |
xdebug.remote_port=9000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The working one now:
Tested on PHP 7.4, PHP 8.0 on Ubuntu