<div dir="ltr"><div class="gmail_quote">On Wed, Oct 5, 2011 at 2:22 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">> How do I run the Nose test suite on Pypy with a debugger? I usually use Wing<br>
> IDE, but it doesn't support PyPy. I'm also aware of Nose's `--pdb` flag<br>
> which drops you into the debugger after an error, but it doesn't work here<br>
> because this crash seems to be happening at a lower level. So I don't know<br>
> how to start this in a debugger.<br>
<br>
</div>A Python debugger won'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'Arc<br>
</div></div></blockquote></div><br><div>I don't know how to use that... I don't program C at all, only Python.</div><div><br></div><div>If I use a Python debugger, can'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>