[Pyrex] Source-level debugging techniques

David McNab rebirth at orcon.net.nz
Sun Dec 9 00:32:55 CET 2007


Hi,

I've written a tutorial page on debugging with Cython/Pyrex on *nix
systems, and stuck this up on the Cython wiki:

  http://wiki.cython.org/DebuggingTechniques

If anyone can see ways to improve the article, please jump in and
contribute.

Also, I'd be interested to learn what folks are doing in the way of
specific source-level debugging techniques in Pyrex/Cython.

Has anyone hit on a technique for single-stepping through Cython/Pyrex
source statements, without the clutter of raw C code?

For instance, anything that compares to the python 'pdb' debugger?

Cheers
David






More information about the Pyrex mailing list