Hmm, strange. I also do the same except the debugger doesn&#39;t stop. <br>Ok, I am using a 64 bit machine Fedore9. Will this make a difference?<br><br>- dksr<br><br><div class="gmail_quote">On Thu, May 21, 2009 at 11:47 AM, Detlev Offenbach <span dir="ltr">&lt;<a href="mailto:detlev@die-offenbachs.de">detlev@die-offenbachs.de</a>&gt;</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>
maybe I did something wrong in order to reproduce the problem. Here is what I<br>
did.<br>
<br>
Test 1:<br>
1. open both files in eric4<br>
2. set a breakpoint at line 3 of apackage.py<br>
3. switch to aCallingfile.py (seems to be the main file)<br>
4. press F5<br>
5. execution stops at breakpoint<br>
<br>
Test 2:<br>
1. open both files in eric4<br>
2. set a breakpoint at line 3 of apackage.py<br>
3. switch to aCallingfile.py (seems to be the main file)<br>
4. set a breakpoint at line 3 of aCallingfile.py<br>
5. press F5<br>
6. execution stops at breakpoint in aCallingfile.py<br>
7. press F6 (continue)<br>
8. execution stops at breakpoint in apackage.py<br>
9. press F6 (continue)<br>
10. script exits correctly<br>
<br>
Regards,<br>
<font color="#888888">Detlev<br>
</font><div><div></div><div class="h5"><br>
On Donnerstag, 21. Mai 2009, Krishna Sandeep Reddy wrote:<br>
&gt; I also have the same problem. It won&#39;t stop at the break point. It says<br>
&gt; &quot;aCallingfile.py&quot; script terminated with an exit status of 0.<br>
&gt; I have to do a single step to force the debugger go into it.<br>
&gt; I also tried multithreaded option, but no use.<br>
&gt;<br>
&gt;<br>
&gt; Cheers,<br>
&gt; dksr<br>
&gt;<br>
&gt; On Thu, May 21, 2009 at 10:21 AM, Detlev Offenbach<br>
&gt; &lt;<a href="mailto:detlev@die-offenbachs.de">detlev@die-offenbachs.de</a><br>
&gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; On Mittwoch, 20. Mai 2009, Jochen Deibele wrote:<br>
&gt; &gt; &gt; Hi!<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Am Mittwoch, 20. Mai 2009 19:19:57 schrieb Detlev Offenbach:<br>
&gt; &gt; &gt; &gt; On Mittwoch, 20. Mai 2009, Jochen Deibele wrote:<br>
&gt; &gt; &gt; &gt; &gt; I have to files one defining a class (apackage.py) and another<br>
&gt; &gt; &gt; &gt; &gt; instantiating that class (aCallingfile.py). I put a breakpoint in<br>
&gt; &gt; &gt; &gt; &gt; apackage.py (line 3), debug the script (F5) and the breakpoint<br>
&gt; &gt; &gt; &gt; &gt; works.<br>
&gt; &gt;<br>
&gt; &gt; I<br>
&gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; put a breakpoint in a method of the class (line 3) call the method<br>
&gt; &gt;<br>
&gt; &gt; from<br>
&gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; aCallingfile, debug the script (F5) but the breakpoint is ignored.<br>
&gt; &gt; &gt; &gt; &gt; Am<br>
&gt; &gt;<br>
&gt; &gt; I<br>
&gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; doing something wrong?<br>
&gt; &gt; &gt; &gt; &gt; I attached a testcase.<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; I have also two files in a project and try debugging the project<br>
&gt; &gt; &gt; &gt; &gt; with the same strange behaviour.<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; I&#39;m using eric 4.3.3 on linux.<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; Does anybody experience the same? Any help is appreciated!<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Works for me.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Well, sadly definitly still not for me.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; If it was unclear above: I want to break in a method of the class if I<br>
&gt; &gt; &gt; debug the aCallingfile.py.<br>
&gt; &gt; &gt; If I put a breakpoint in the class method in apackage.py and then start<br>
&gt; &gt; &gt; debugging aCallingfile it<br>
&gt; &gt; &gt; is happily executed, the output string is written to the prompt and I<br>
&gt; &gt; &gt; get<br>
&gt; &gt;<br>
&gt; &gt; a<br>
&gt; &gt;<br>
&gt; &gt; &gt; message that the script has finished with status 0 - but it doesn&#39;t<br>
&gt; &gt;<br>
&gt; &gt; break.<br>
&gt; &gt;<br>
&gt; &gt; &gt; What could be wrong? Are there some preferences which I could try?<br>
&gt; &gt;<br>
&gt; &gt; There are no preferences that affect the breakpoint behavior. At the<br>
&gt; &gt; moment I<br>
&gt; &gt; have no clue about what could be wrong. As I already said, it works for<br>
&gt; &gt; me over here. This means, that I am not in a position to trace the<br>
&gt; &gt; problem.<br>
&gt; &gt;<br>
&gt; &gt; Has anybody else observed this behavior?<br>
&gt; &gt;<br>
&gt; &gt; Regards<br>
&gt; &gt; Detlev<br>
&gt; &gt; --<br>
&gt; &gt; Detlev Offenbach<br>
&gt; &gt; <a href="mailto:detlev@die-offenbachs.de">detlev@die-offenbachs.de</a><br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Eric mailing list<br>
&gt; &gt; <a href="mailto:Eric@riverbankcomputing.com">Eric@riverbankcomputing.com</a><br>
&gt; &gt; <a href="http://www.riverbankcomputing.com/mailman/listinfo/eric" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/eric</a><br>
<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div class="h5">Detlev Offenbach<br>
<a href="mailto:detlev@die-offenbachs.de">detlev@die-offenbachs.de</a><br>
</div></div></blockquote></div><br>