Created
May 13, 2022 12:42
-
-
Save mesaque/f79968ec4166be6ff3f83aee98b97968 to your computer and use it in GitHub Desktop.
xdebug activate
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
pecl install xdebug | |
docker-php-ext-enable xdebug | |
;php.ini | |
xdebug.mode=profile | |
xdebug.output_dir=/tmp/profiles | |
xdebug.profiler_output_name = cachegrind.out.%p.%R.%u |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment