[Pythonmac-SIG] Building a debug framework build of Python
Leonardo Santagada
santagada at gmail.com
Tue Jun 2 20:13:43 CEST 2009
On Jun 2, 2009, at 1:18 PM, Bill Janssen wrote:
> Actually, I'm debugging Python code, but it's running in a
> multi-threaded Python server. So I need to attach with gdb to see
> what's going on. It would be nice if "Thread Viewer" had the ability
> to decode Python stack traces.
>
> Thanks for the info. I'll try building using the Apple sources.
Is the "server" a multi-threaded python program, using thread or
Threading? Then I think you could use rpdb2 or winpdb to debug it.
--
Leonardo Santagada
santagada at gmail.com
More information about the Pythonmac-SIG
mailing list