Skip to content

Instantly share code, notes, and snippets.

@thiagobraga
Created October 31, 2020 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiagobraga/01fbc3d1cc599982f81a19aee5d52ce1 to your computer and use it in GitHub Desktop.
Save thiagobraga/01fbc3d1cc599982f81a19aee5d52ce1 to your computer and use it in GitHub Desktop.
Xdebug config
xdebug.idekey=docker
xdebug.remote_connect_back=0
xdebug.remote_host=10.0.1.2
xdebug.remote_port=9001
xdebug.remote_autostart=1
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.cli_color=1
xdebug.profiler_enable=0
xdebug.var_display_max_depth = 10
xdebug.var_display_max_children = 256
xdebug.var_display_max_data = 1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment