Skip to content

Commit

Permalink
Fix dump output truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Aug 19, 2024
1 parent 9f76589 commit 0ba61b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/xdebug.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ xdebug.client_host=host.docker.internal
xdebug.client_port = 9003
xdebug.log = /tmp/xdebug.log
xdebug.use_compression=false

xdebug.var_display_max_depth = 10
xdebug.var_display_max_children = 256
xdebug.var_display_max_data = 4096

0 comments on commit 0ba61b1

Please sign in to comment.