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

Allan Haldane allanhaldane at gmail.com
Fri Aug 14 13:57:21 EDT 2015


On 08/14/2015 01:52 PM, Pauli Virtanen wrote:
> 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

Oh! Thank you, I missed that.



More information about the NumPy-Discussion mailing list