Skip to content

Instantly share code, notes, and snippets.

@cameronjonesweb
Created September 13, 2021 11:40
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 cameronjonesweb/6777ebaf5b0df9f4fc11afb4dc5dad5d to your computer and use it in GitHub Desktop.
Save cameronjonesweb/6777ebaf5b0df9f4fc11afb4dc5dad5d to your computer and use it in GitHub Desktop.
Prevent var_dump being truncated using Local by Flywheel
xdebug.var_display_max_depth = -1
xdebug.var_display_max_children = -1
xdebug.var_display_max_data = -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment