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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to