XDebug 2.2.0 - Cannot View Values Of Large Strings
I'm about to submit a bug report for XDebug, but just to see if anyone thought this might a PHPStorm issue, in 2.2.0, I cannot see or copy values from large strings.
Windows 7 x64 Professional, IIS 7, tested on PHP 5.3 and PHP 5.4
Good (XDebug 2.1.3):
Bad (XDebug 2.2.0):
Please sign in to leave a comment.
Actually, as I am writing this XDebug bug report, I can't see how I can validate this is not a client issue (PHPStorm.) I'm filing a PHPStorm bug report.
Ugh, it's not simply large strings. There is some other factor. Simply
$s = "insert really long string";
echo $s;
Works fine.
Great, have to work to isolate it more.
My last test was using the incorrect XDebug. Yes, that simple test fails.
Attaching simple falure.
Attachment(s):
test3.php.zip
http://youtrack.jetbrains.com/issue/WI-11497
I guess I am the only one with this problem? It's a deal breaker for us to move to PHP 5.4 right now.