Last active
February 23, 2019 22:56
-
-
Save erlangparasu/a87c940a158c8b1efbdf2a058d68edf1 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
| [XDebug] | |
| ;; Only Zend OR (!) XDebug | |
| zend_extension="C:\xampp\php\ext\php_xdebug-2.5.5-5.6-vc11.dll" | |
| xdebug.remote_enable=On | |
| xdebug.remote_host=127.0.0.1 | |
| xdebug.remote_port=10000 | |
| xdebug.remote_handler=dbgp | |
| xdebug.profiler_enable=On | |
| ;; Windows OS: add environment variable: | |
| ;; XDEBUG_CONFIG="idekey=session_name remote_host=localhost profiler_enable=1" | |
| ;; More Info: | |
| ;; https://xdebug.org/download.php | |
| ;; https://xdebug.org/docs/remote | |
| ;; https://docs.joomla.org/Edit_PHP.INI_File_for_XDebug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment