[Numpy-discussion] Development workflow (not git tutorial)

Pauli Virtanen pav at iki.fi
Fri Aug 14 13:52:24 EDT 2015


14.08.2015, 20:45, Allan Haldane kirjoitti:
[clip]
> Related to this, does anyone know how to debug numpy in gdb with proper
> symbols/source lines, like I can do with other C extensions? I've tried
> modifying numpy distutils to try to add the right compiler/linker flags,
> without success.

runtests.py --help

gdb --args python runtests.py -g --python script.py

grep env runtests.py




More information about the NumPy-Discussion mailing list