<div dir="ltr"><div class="gmail_quote">On Wed, Oct 5, 2011 at 2:11 PM, Amaury Forgeot d&#39;Arc <span dir="ltr">&lt;<a href="mailto:amauryfa@gmail.com">amauryfa@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

2011/10/5 Ram Rachum &lt;<a href="mailto:ram@rachum.com">ram@rachum.com</a>&gt;:<br>
<div class="im">&gt; I have hundreds of tests, and PyPy fails before a single one begins. It<br>
&gt; seems that PyPy crashes somewhere in nose&#39;s initialization.<br>
&gt; Isn&#39;t there a way to find the last Python line run before the crash without<br>
&gt; stepping with a finer granularity every time?<br>
<br>
</div>Not without a debugger, I&#39;m afraid<br>
<div><div></div><div class="h5"><br>
--<br>
Amaury Forgeot d&#39;Arc<br>
</div></div></blockquote></div><br><div>How do I run the Nose test suite on Pypy with a debugger? I usually use Wing IDE, but it doesn&#39;t support PyPy. I&#39;m also aware of Nose&#39;s `--pdb` flag which drops you into the debugger after an error, but it doesn&#39;t work here because this crash seems to be happening at a lower level. So I don&#39;t know how to start this in a debugger.</div>

<div><br></div><div><br></div><div>Ram.</div></div>