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
"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
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
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
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
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