In article <[email protected]>, Wesley <[email protected]> wrote: > Then, how to make python get debug symbols? > > Install python from source with some special configure options?
If your distribution doesn't have a debug version of Python and you need to build your own, add --with-pydebug to your ./configure options. See: ./configure --help -- Ned Deily, [email protected] -- https://mail.python.org/mailman/listinfo/python-list
