Skip to content

Instantly share code, notes, and snippets.

@datacodesolutions
Created October 4, 2012 16:23
Show Gist options
  • Select an option

  • Save datacodesolutions/3834731 to your computer and use it in GitHub Desktop.

Select an option

Save datacodesolutions/3834731 to your computer and use it in GitHub Desktop.
XDebug Settings - php.ini
xdebug.remote_enable=1
xdebug.remote_autostart = 1
xdebug.idekey = PHPSTORM
xdebug.remote_port = 9000
xdebug.var_display_max_data = 10240
xdebug.var_display_max_depth = 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment