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 python
 
 to enable this.

It's also worth noting that Visual Studio has tools for debugging hybrid
C/Python executables.

I think you need VS2012/VS2013 and to install the Python tools for
Visual Studio.

For the debugging to work you also need to have symbol files or have a
symbol server set up.

I found it useful, but it's a lot more finicky to get working than the
gdb solution on Fedora.

Andrew



-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



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.

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org