-
-
Save qa1/5c83b846e897d71c3ceb661818bd94f6 to your computer and use it in GitHub Desktop.
Xdebug Configuration for php.ini
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
[xdebug] | |
zend_extension ="c:\xampp\php\ext\php_xdebug.dll" | |
xdebug.remote_port=9000 | |
xdebug.remote_autostart=on | |
xdebug.remote_enable=on | |
xdebug.profiler_enable = off | |
xdebug.profiler_enable_trigger = Off | |
xdebug.profiler_output_name = cachegrind.out.%t.%p | |
xdebug.profiler_output_dir ="c:/xampp/tmp" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment