Last active
April 28, 2021 22:58
-
-
Save artembeloglazov/541ca632d85ea16c3b2fd2393913aa67 to your computer and use it in GitHub Desktop.
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
zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20151012/xdebug.so | |
xdebug.remote_enable=1 | |
xdebug.remote_host=192.168.65.2 | |
xdebug.idekey=PHPSTORM | |
; Profiler | |
xdebug.profiler_enable = 0 | |
xdebug.mode = profile | |
xdebug.profiler_enable_trigger = 1 | |
xdebug.start_with_request=trigger | |
xdebug.profiler_output_dir = /code/files/xdebug | |
xdebug.profiler_output_name = 'trace.%R' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment