You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for such a nice experience with Vim and Perl!
However I've encountered some problems. When I'm expanding hash or list in DebuggerStatus window, I can see only ten elements, even if there're more. It look's like this:
I'll be honest, I never use Perl. The fact that you use it regularly and
find that it more or less works is great. I know that the debugging engine
is a bit flakey, so some of it may be down to limitations there. But I'll
dust off my Perl binary and give it a try as soon as I can.
Happens for me in PHP also, using php 5.3. Not tested on a more recent PHP. It shows the first x (x doesnt seem fixed, so it may be a xdebug limitation ?)
This is ridiculously late, but you can use xdebug.var_display_max_children to change the number of array children returned by Xdebug. But it should default to 128, so I don't know why it's being random @exussum12. Try setting that var explicitly, and seeing whether that makes any difference.
Thank you very much for such a nice experience with Vim and Perl!
However I've encountered some problems. When I'm expanding hash or list in DebuggerStatus window, I can see only ten elements, even if there're more. It look's like this:
In this example hash consists of 53 elements but I can view only 10 of them.
I don't know, maybe this is not a problem with Vdebug. Can you please give any advice on solving this problem or confirm it as a bug?
Sorry for my russian-english.
The text was updated successfully, but these errors were encountered: