Last active
August 29, 2015 14:12
-
-
Save spolischook/9be7ebb3a04d4fa8cddf to your computer and use it in GitHub Desktop.
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 Configuration starts | |
| zend_extension=/usr/lib/php5/20121212/xdebug.so | |
| xdebug.max_nesting_level=250 | |
| xdebug.var_display_max_depth=10 | |
| xdebug.remote_enable=true | |
| xdebug.remote_handler=dbgp | |
| xdebug.remote_mode=req | |
| xdebug.remote_port=9000 | |
| xdebug.remote_host=127.0.0.1 | |
| xdebug.idekey=phpstorm-xdebug | |
| xdebug.remote_autostart=1 | |
| xdebug.remote_log=/var/log/apache2/xdebug_remote.log | |
| ;xDebug Configuration ends |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment