<div dir="ltr"><div class="gmail_quote">On Wed, Oct 5, 2011 at 2:22 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; How do I run the Nose test suite on Pypy with a debugger? I usually use Wing<br>
&gt; IDE, but it doesn&#39;t support PyPy. I&#39;m also aware of Nose&#39;s `--pdb` flag<br>
&gt; which drops you into the debugger after an error, but it doesn&#39;t work here<br>
&gt; because this crash seems to be happening at a lower level. So I don&#39;t know<br>
&gt; how to start this in a debugger.<br>
<br>
</div>A Python debugger won&#39;t help, since it runs in the same (segfaulting) process.<br>
You need a C-level debugger, i.e. Visual Studio.<br>
<div><div></div><div class="h5"><br>
--<br>
Amaury Forgeot d&#39;Arc<br>
</div></div></blockquote></div><br><div>I don&#39;t know how to use that... I don&#39;t program C at all, only Python.</div><div><br></div><div>If I use a Python debugger, can&#39;t I just step forward line by line, see where I get the crash, and then isolate the offending line?</div>

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