Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7614129
By: fabioz

If the contents of those arrays are pretty big, that can really happen (writing
in the eclipse console is not one of the fastest things).

The solution would be not writing to the console all those contents -- you could
redirect things to a file or provide a different __str__ and __repr__ that won't
print all the array contents (or not printing things at all -- as those prints
should come from your code -- and not really from pydev -- right?)

Cheers,

Fabio

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to