Skip to content

Instantly share code, notes, and snippets.

@benfavre
Last active October 7, 2016 15:31
Show Gist options
  • Save benfavre/fa30b5105d6174d0f4a215d25b56ec1d to your computer and use it in GitHub Desktop.
Save benfavre/fa30b5105d6174d0f4a215d25b56ec1d to your computer and use it in GitHub Desktop.
Example XdebugConfig Windows
[XDebug]
zend_extension=php_xdebug.dll
xdebug.cli_color = 1
xdebug.overload_var_dump = 1
xdebug.var_display_max_children = -1
xdebug.var_display_max_data = 4096
xdebug.var_display_max_depth = 10
xdebug.max_nesting_level = 250
xdebug.remote_enable=1
xdebug.remote_connect_back=1
xdebug.remote_handler="dbgp"
xdebug.idekey="PHPSTORM"
xdebug.remote_log="c:/dev/logs/remote.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment