Skip to content

Instantly share code, notes, and snippets.

@YasienDwieb
Created June 27, 2020 15:05
Show Gist options
  • Save YasienDwieb/333755d449c45395606e20ee99ce6c75 to your computer and use it in GitHub Desktop.
Save YasienDwieb/333755d449c45395606e20ee99ce6c75 to your computer and use it in GitHub Desktop.
XDebug tested config
[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
@YasienDwieb
Copy link
Author

YasienDwieb commented Dec 2, 2021

The working one now:
Tested on PHP 7.4, PHP 8.0 on Ubuntu

[xdebug]
zend_extension=xdebug.so
xdebug.mode = debug
xdebug.start_with_request = yes
xdebug.client_port = 9000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment