June 30, 2011 07:39 PM
jaredgeorge
It looks like the variable inspector will only display a maximum of 1024 characters. Are you able to replicate that? If so, any way to increase that? I often inspect very large strings (like SQL statements or dynamic HTML content). I also noticed that large arrays have a limit to the number of indices I can inspect (looks like you already know about the array issue in bug #212).
I tried to increase xdebug.var_display_max_data, *_depth, *_children, etc. but it doesn't seem to help. Thanks!
I tried to increase xdebug.var_display_max_data, *_depth, *_children, etc. but it doesn't seem to help. Thanks!
June 30, 2011 07:44 PM
jaredgeorge
Attached is my phpinfo for the xdebug binary that I'm loading in MAMP.
December 13, 2012 11:37 PM
Drew J. Sonne
I'm also getting exactly a max of 1024 characters. I've also tried the configuration options here here, and have found no change.
Syndicate