Skip to content

Instantly share code, notes, and snippets.

@efiku
Created March 31, 2016 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save efiku/9f96cfb0e8f5e68562ba75447115612b to your computer and use it in GitHub Desktop.
Save efiku/9f96cfb0e8f5e68562ba75447115612b to your computer and use it in GitHub Desktop.
zend_extension=xdebug.so
xdebug.remote_enable=1
xdebug.remote_host=#HOST#
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_autostart=1
xdebug.remote_mode=req
xdebug.max_nesting_level=250
@efiku
Copy link
Author

efiku commented Sep 12, 2016

Storm -> xdebug -> fetch requests

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