[issue8032] Add gdb7 hooks to make it easier to debug Python

Martin v. Löwis report at bugs.python.org
Sat Apr 3 19:19:53 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

That is tricky to do. gdb will consider it automatically only if it is called <exename>-gdb.py.

I agree that there should be a better solution, though. David, is it possible to somehow hook this into .gdbinit, with an arbitrary path?

Benjamin, would a .gdbinit in the top-level build directory still be annoying?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8032>
_______________________________________


More information about the Python-bugs-list mailing list