Skip to content

Instantly share code, notes, and snippets.

@smuuf
Last active March 28, 2020 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smuuf/3c26a3025afdf0969c65d02b538577dc to your computer and use it in GitHub Desktop.
Save smuuf/3c26a3025afdf0969c65d02b538577dc to your computer and use it in GitHub Desktop.
# Use this to enable debugging for current terminal session.
# export XDEBUG_CONFIG="idekey=whatever"
[XDebug]
xdebug.remote_enable=1
xdebug.remote_autostart=0
xdebug.profiler_output_dir=/mnt/d/_produkce/_xdebug_profiles/
xdebug.profiler_output_name=callgrind.%t.out
xdebug.profiler_enable_trigger=1
#xdebug.idekey="asd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment