Hi,

I'm using VS.PHP 2.7 and Visual Studio 2008. I notice that when I inspect an array in the watch window, only 32 elements are shown, although I can type something like $myvar[55] and see beyond the 32nd element.
Is there any XDEBUG settings that I can change to increase this limit (or remove it altogether)?

Cheers.
Mo

juanc says:

That's a setting in xdebug. Please refer to the XDebug documentation on how to change this setting.

I can't remember the setting name right now

Thanks,

Juan