[pypy-dev] PyPy 1.6 not working on Windows XP
Amaury Forgeot d'Arc
amauryfa at gmail.com
Wed Oct 5 14:22:43 CEST 2011
2011/10/5 Ram Rachum <ram at 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
More information about the pypy-dev
mailing list