Re: Python Debug Build

2005-10-04 Thread Gerhard Häring
Fredrik Lundh wrote: > "Celine & Dave" wrote: > > >>What happens if I build Python with debug option >>(--with-pydebug)? Do I see any changes in my program >>output? What is --with-pydebug good for? > > > from the README: > > --with-pydebug: Enable additional debugging code to help track down

Re: Python Debug Build

2005-10-03 Thread Fredrik Lundh
"Celine & Dave" wrote: > What happens if I build Python with debug option > (--with-pydebug)? Do I see any changes in my program > output? What is --with-pydebug good for? from the README: --with-pydebug: Enable additional debugging code to help track down memory management problems. T

Re: Python Debug Build

2005-10-03 Thread sszmidt
On Monday 03 October 2005 17:41, Steve Holden wrote: > Celine & Dave wrote: > > Hi, > > > > What happens if I build Python with debug option > > (--with-pydebug)? Do I see any changes in my program > > output? What is --with-pydebug good for? > > It's used for debugging the Python interpreter itsel

Re: Python Debug Build

2005-10-03 Thread Steve Holden
Celine & Dave wrote: > Hi, > > What happens if I build Python with debug option > (--with-pydebug)? Do I see any changes in my program > output? What is --with-pydebug good for? > It's used for debugging the Python interpreter itself. regards Steve -- Steve Holden +44 150 684 7255 +1

Python Debug Build

2005-10-03 Thread Celine & Dave
Hi, What happens if I build Python with debug option (--with-pydebug)? Do I see any changes in my program output? What is --with-pydebug good for? Thanks. __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com -- http://mail.p

Embedded python debug build crashing.

2005-08-27 Thread Adam Tomjack
I'm trying to embed Python 2.3.5 into a C++ application on Windows XP. When I build my app with debug symbols and link to a debug build of Python, then my program seems to crash most (but not all) of the time. Sometimes it crashes on startup, and sometimes at exit, sometimes not at all. I have