Last active
March 28, 2020 10:36
-
-
Save smuuf/3c26a3025afdf0969c65d02b538577dc to your computer and use it in GitHub Desktop.
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
# 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