Skip to content

Instantly share code, notes, and snippets.

@elena-kolevska
Created December 17, 2015 12:07
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 elena-kolevska/bc48ecb290d6672253cb to your computer and use it in GitHub Desktop.
Save elena-kolevska/bc48ecb290d6672253cb to your computer and use it in GitHub Desktop.
Xdebug configuration. Homestead/Ubuntu.
zend_extension=xdebug.so
xdebug.remote_enable = 1
xdebug.remote_connect_back = 1
xdebug.remote_port = 9000
xdebug.var_display_max_depth = -1
xdebug.var_display_max_children = -1
xdebug.var_display_max_data = -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment