[Pythonmac-SIG] Building a debug framework build of Python

Bill Janssen janssen at parc.com
Tue Jun 2 02:14:33 CEST 2009


I'd like to be able to connect to my Python programs, mainly
long-running servers, and see what's going on in specific threads.  To
do that, I need a version of Python that's compiled with debug symbols
in it.  What's the correct invocation to build a debug version of Python
(2.5) which matches what ships with OS X 10.5.7?

I don't intend to replace the system Python; I just want to match
it as closely as possible for debugging.

Bill


More information about the Pythonmac-SIG mailing list