Skip to content

Instantly share code, notes, and snippets.

@lcube45
Created March 30, 2020 16:29
Show Gist options
  • Save lcube45/31ce0ca47e9bf83b635aa84ded23f128 to your computer and use it in GitHub Desktop.
Save lcube45/31ce0ca47e9bf83b635aa84ded23f128 to your computer and use it in GitHub Desktop.
;lsof -nP -i4TCP:9000 | grep LISTEN
;xdebug.remote_log=/fullpath/xdebug.log
opcache.enable=1
xdebug.coverage_enable=off
xdebug.extended_info=off
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_host=127.0.0.1
xdebug.idekey=PHPSTORM
xdebug.extended_info=1
xdebug.remote_connect_back=0
xdebug.remote_autostart=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment