[Cython] cygdb: no debug files were found

Alexander Lindsay al007 at illinois.edu
Wed Sep 14 15:23:02 EDT 2016


Try:

hg purge --all
python-dbg setup.py build_ext --inplace

Also make sure that gdb is configured with python2; on new Debian-based 
distributions, gdb comes configured with python3, whereas cygdb relies 
on a gdb configured with python2.

Alex


More information about the cython-devel mailing list