[python-win32] Re: win32all 152 + COM server + py2exe == trouble
Thomas Heller
theller@python.net
07 Mar 2003 10:10:22 +0100
Cory Dodt <cdodt@fcoe.k12.ca.us> writes:
> On a side note: is there any way to inject into or attach a debugger
> to a py2exe program? If I could figure out how to do that, I could
> probably find out what's wrong by myself.
Do you mean a C debugger or a Python debugger?
For C, you need to build debug versions of all the extensions involved
and py2exe itself.
For Python, it should be possible to include pdb.
Thomas