Ok - I got it to do it again. I think I found the pattern. It was running along fine and then I printed the contents of a very large variable in the shell:<br>(there is a variable named data)<br>>>> data<br><br>
....<br><br>Then the whole application turns into molasses. <br><br>variable information:<br>name: data<br>type: dictionary/hash/map<br>value: 89 items<br><br>it is a dict{ dict{ dict{ dict{ array } }, dict{ array } } <br>
<br><div class="gmail_quote">On Thu, Sep 3, 2009 at 7:08 PM, Martin Bures <span dir="ltr"><<a href="mailto:needemesleepe@gmail.com">needemesleepe@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I would not think so. The whole thing turns into molases. I tried it with another project I am writing and it ran fine during debug.<br><br>Is there anything I could do to debug when the problem happens again?<br><br>Best regards and good work on Eric - it is really coming along. I bounce between it and Wing. Eric has much better features but some quirks. <br>
<font color="#888888">
<br>martin. <br></font><div><div></div><div class="h5"><br><div class="gmail_quote">On Thu, Sep 3, 2009 at 12:36 PM, Detlev Offenbach <span dir="ltr"><<a href="mailto:detlev@die-offenbachs.de" target="_blank">detlev@die-offenbachs.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
in debug mode, an application is about 10 times slower than normal. However,<br>
that should not slow down the IDE unless your script being debugged takes all<br>
the CPU power. When a breakpoint is hit, the CPU should be idle after all<br>
info about global and local variables have been transmitted. Could this<br>
transmission be the problem? Do you have variables with huge data?<br>
<br>
Detlev<br>
<div><div></div><div><br>
On Donnerstag, 3. September 2009, Martin Bures wrote:<br>
> When I hit a breakpoint in my code, the entire eric application becomes<br>
> very slow and unresponsive. Typing at the interactive shell only processes<br>
> ~1 character per second. All of the rest of the application becomes very<br>
> unresponsive as well.<br>
><br>
> Here is my info:<br>
><br>
> Python<br>
><br>
> 2.6.2<br>
><br>
> Qt<br>
><br>
> 4.5.0<br>
><br>
> PyQt<br>
><br>
> 4.4.4<br>
><br>
> sip<br>
><br>
> sip version not available<br>
><br>
> QScintilla<br>
><br>
> 2.3.2<br>
><br>
> eric4<br>
><br>
> 4.3.6 (r3297)<br>
><br>
> I am running Ubuntu 9.04. Additionally it is an SQLAlchemy 4.x<br>
> application.<br>
><br>
> martin.<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Detlev Offenbach<br>
<a href="mailto:detlev@die-offenbachs.de" target="_blank">detlev@die-offenbachs.de</a><br>
</font></blockquote></div><br>
</div></div></blockquote></div><br>