Last active
October 7, 2016 15:31
-
-
Save benfavre/fa30b5105d6174d0f4a215d25b56ec1d to your computer and use it in GitHub Desktop.
Example XdebugConfig Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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