Skip to content

Instantly share code, notes, and snippets.

@bloatfan
Last active November 28, 2025 17:19
Show Gist options
  • Select an option

  • Save bloatfan/963b56a287745240f5fcef0d251ad0ca to your computer and use it in GitHub Desktop.

Select an option

Save bloatfan/963b56a287745240f5fcef0d251ad0ca to your computer and use it in GitHub Desktop.
xdebug.ini
zend_extension=xdebug.so
xdebug.collect_return=1
xdebug.default_enable=1
xdebug.remote_enable=1
xdebug.remote_connect_back=0
xdebug.remote_host=192.168.10.1
xdebug.remote_port=7777
xdebug.max_nesting_level=512
xdebug.idekey=vagrant
xdebug.remote_autostart=1
xdebug.show_local_vars=1
xdebug.profiler_enable_trigger=1
request_terminate_timeout=600s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment