Created
March 15, 2016 16:15
-
-
Save arcostasi/118494f690ddec5c9c00 to your computer and use it in GitHub Desktop.
xdebug php.in
This file contains 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=xdebug.so | |
xdebug.remote_enable=1 | |
xdebug.remote_port=9000 | |
xdebug.profiler_enable=0 | |
xdebug.profiler_output_dir="/tmp" | |
xdebug.idekey= "PHPSTORM" | |
xdebug.remote_connect_back = 1 | |
xdebug.max_nesting_level = 250 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment