|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
[pydev - Users] Debugging problemRead and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7614023 By: stevendorning Hi, I'm using pydev with numpy and opencv to do computer vision. The image data is stored in numpy arrays. When debugging with pydev the console often prints out the contents of these arrays causing the eclipse to become un-responsive for a couple of minutes. Does anyone have any idea why this happens and how to stop it. Regards Steven ______________________________________________________________________ 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@... https://lists.sourceforge.net/lists/listinfo/pydev-users |
|
|
[pydev - Users] RE: Debugging problemRead 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@... https://lists.sourceforge.net/lists/listinfo/pydev-users |
| Free embeddable forum powered by Nabble | Forum Help |