On Wed, Oct 5, 2011 at 2:22 PM, Amaury Forgeot d'Arc <amaur...@gmail.com>wrote:
> 2011/10/5 Ram Rachum <r...@rachum.com>: > > 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. > > A Python debugger won't help, since it runs in the same (segfaulting) > process. > You need a C-level debugger, i.e. Visual Studio. > > -- > Amaury Forgeot d'Arc > I don't know how to use that... I don't program C at all, only Python. 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? Ram.
_______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev