That's not convenient at all. If I have an array with 100 elements I have to click 20 times.<div><br></div><div><br><br><div class="gmail_quote">On Tue, Jun 21, 2011 at 1:02 AM, Niko Sams <span dir="ltr"><<a href="mailto:niko.sams@gmail.com">niko.sams@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">On Thu, Jun 16, 2011 at 17:35, Konstantin Khavrych <<a href="mailto:khavrych@gmail.com">khavrych@gmail.com</a>> wrote:<br>

> Hello all,<br>
> While debugging I noticed in the Variables window if I click on the array it<br>
> will show only the first five array elements. If I want to see the next five<br>
> elements I have to click again, and so on.<br>
> How do I change that behavior? I want to click once on the array and see all<br>
> the elements.<br>
> Thank you!<br>
Hi,<br>
<br>
we do that for performance reasons. There could be thousands of<br>
elements and fetching<br>
those would slow down the debugger.<br>
Five is hardcoded in the code afaik, if you think that should be<br>
changed please create<br>
a wish on <a href="http://bugs.kde.org" target="_blank">bugs.kde.org</a> or post a patch on <a href="http://reviewboard.kde.org" target="_blank">reviewboard.kde.org</a>.<br>
The initial 5 should not change imho.<br>
<br>
Niko<br>
<br>
_______________________________________________<br>
kdevelop mailing list<br>
<a href="mailto:kdevelop@kdevelop.org">kdevelop@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop</a><br>
</blockquote></div><br></div>