Re: FYI: handy GDB python debugging tools

2014-11-03 Thread Andrew Stitcher
On Thu, 2014-10-16 at 10:57 -0400, Alan Conway wrote: FYI: This is very handy for debugging a python process with GDB, esp. useful for dispatch with its hybrid C/Python implementation: https://wiki.python.org/moin/DebuggingWithGdb On fedora just make sure to: sudo debuginfo-install

FYI: handy GDB python debugging tools

2014-10-16 Thread Alan Conway
FYI: This is very handy for debugging a python process with GDB, esp. useful for dispatch with its hybrid C/Python implementation: https://wiki.python.org/moin/DebuggingWithGdb On fedora just make sure to: sudo debuginfo-install python to enable this. Cheers, Alan.