Skip to content

Instantly share code, notes, and snippets.

@trq
Created October 5, 2015 10:15
Show Gist options
  • Save trq/d5a8a03ad707142ec98a to your computer and use it in GitHub Desktop.
Save trq/d5a8a03ad707142ec98a to your computer and use it in GitHub Desktop.
xdebug config
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.remote_host=10.211.55.2
xdebug.remote_connect_back=1
xdebug.idekey="PHPSTORM-XDEBUG"
;xdebug.scream=1
;xdebug.show_exception_trace=1
xdebug.var_display_max_children=128
xdebug.var_display_max_data=512
xdebug.var_display_max_depth=1024
xdebug.file_link_format = "http://phoenix.dev%f/%l"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment