Skip to content

Instantly share code, notes, and snippets.

@ace3
Created September 14, 2021 15:53
Show Gist options
  • Save ace3/de03c760575e1fde815422026d791106 to your computer and use it in GitHub Desktop.
Save ace3/de03c760575e1fde815422026d791106 to your computer and use it in GitHub Desktop.
error_reporting=E_ALL
zend_extension=xdebug
[xdebug]
xdebug.mode = debug,develop
xdebug.client_host=host.docker.internal
xdebug.client_port=9003
xdebug.start_with_request = yes
xdebug.discover_client_host = 1
;xdebug.mode=debug
;; ------------------------------------
;; Address where IDE listening for incoming debugging connections
;xdebug.client_host=host.docker.internal
;; ------------------------------------
;; Port where IDE listening for incoming debugging connections
;xdebug.client_port=9003
;; ------------------------------------
;; Color var_dumps when in CLI
xdebug.cli_color=1
;; ------------------------------------
;xdebug.start_with_request=trigger
;xdebug.discover_client_host = yes
xdebug.extended_info = 1
xdebug.log=/tmp/xdebug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment