Skip to content

Instantly share code, notes, and snippets.

@HoangPV
Created December 26, 2022 09:31
Show Gist options
  • Save HoangPV/37178ce70e8457773341f0e9cf51d773 to your computer and use it in GitHub Desktop.
Save HoangPV/37178ce70e8457773341f0e9cf51d773 to your computer and use it in GitHub Desktop.
This setting will enable xdebug for cli
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.use_compression=false
xdebug.client_port=9002
xdebug.show_local_vars=1
xdebug.discover_client_host=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment