Skip to content

Instantly share code, notes, and snippets.

@artembeloglazov
Last active April 28, 2021 22:58
Show Gist options
  • Save artembeloglazov/541ca632d85ea16c3b2fd2393913aa67 to your computer and use it in GitHub Desktop.
Save artembeloglazov/541ca632d85ea16c3b2fd2393913aa67 to your computer and use it in GitHub Desktop.
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