Skip to content

Instantly share code, notes, and snippets.

@dinhquochan
Created May 20, 2021 10:19
Show Gist options
  • Save dinhquochan/868b42fcd2dcb66247e7781b0a11f985 to your computer and use it in GitHub Desktop.
Save dinhquochan/868b42fcd2dcb66247e7781b0a11f985 to your computer and use it in GitHub Desktop.
Xdebug in Version 3.x
[xdebug]
zend_extension=
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.client_port=9003
xdebug.client_host=127.0.0.1
xdebug.discover_client_host=true
xdebug.idekey=PHPSTORM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment