Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Unable to step through cython code #1716
Comments
|
Since I did create the issue with the name "unable to step through", here's examples with
|
lindsayad
referenced
this issue
May 26, 2017
Closed
.travis.yml: Upgrade gdb and use python-dbg so cygdb tests can run #264
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lindsayad commentedMay 25, 2017
This example comes straight from here: https://stackoverflow.com/questions/21033553/cython-debugging-put-a-break-point. As shown by the cygdb session output below, breaking on a cython file line number drops me straight into the
cfile, as opposed to thepyxfile. Ideas?Ubuntu 16.04
Python version: 2.7.13
gdb version: 7.12
cygdb session: