Skip to content

Instantly share code, notes, and snippets.

@erlangparasu
Last active February 23, 2019 22:56
Show Gist options
  • Select an option

  • Save erlangparasu/a87c940a158c8b1efbdf2a058d68edf1 to your computer and use it in GitHub Desktop.

Select an option

Save erlangparasu/a87c940a158c8b1efbdf2a058d68edf1 to your computer and use it in GitHub Desktop.
[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