Last active
November 19, 2019 14:15
-
-
Save pthiers/a7b52b939d8253ad4f7e1426f563757b to your computer and use it in GitHub Desktop.
xdebug.ini
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
zend_extension=xdebug.so | |
xdebug.idekey = "PHPSTORM" | |
xdebug.remote_enable=on | |
xdebug.remote_handler=dbgp | |
xdebug.remote_connect_back= on | |
xdebug.remote_port=9000 | |
xdebug.remote_autostart=on | |
xdebug.default_enable=0 | |
xdebug.profiler_aggregate=0 | |
xdebug.profiler_append=0 | |
xdebug.profiler_enable=0 | |
xdebug.profiler_enable_trigger=1 | |
xdebug.profiler_output_dir=/tmp/ | |
xdebug.profiler_output_name=cachegrind.out-%p-%s-%R-%t |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment