<div dir="ltr"><div class="gmail_quote">On Wed, Oct 5, 2011 at 2:11 PM, Amaury Forgeot d'Arc <span dir="ltr"><<a href="mailto:amauryfa@gmail.com">amauryfa@gmail.com</a>></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 <<a href="mailto:ram@rachum.com">ram@rachum.com</a>>:<br>
<div class="im">> I have hundreds of tests, and PyPy fails before a single one begins. It<br>
> seems that PyPy crashes somewhere in nose's initialization.<br>
> Isn't there a way to find the last Python line run before the crash without<br>
> stepping with a finer granularity every time?<br>
<br>
</div>Not without a debugger, I'm afraid<br>
<div><div></div><div class="h5"><br>
--<br>
Amaury Forgeot d'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't support PyPy. I'm also aware of Nose's `--pdb` flag which drops you into the debugger after an error, but it doesn't work here because this crash seems to be happening at a lower level. So I don't know how to start this in a debugger.</div>
<div><br></div><div><br></div><div>Ram.</div></div>