Hello Alexander,
> >>I can't figure out howto debug my c++ extension. If i compile it as
> >>release version, I've of course no chance to set a breakpoint.
> >This is not true. You *can* set breakpoints in release mode, make sure to
> >add debug information to your release build so you'll be able
Miki Tebeka schrieb:
Hello Alexander,
I can't figure out howto debug my c++ extension. If i compile it as
release version, I've of course no chance to set a breakpoint.
This is not true. You *can* set breakpoints in release mode, make sure to
add debug information to your release build so you'll b
Hello Alexander,
> I can't figure out howto debug my c++ extension. If i compile it as
> release version, I've of course no chance to set a breakpoint.
This is not true. You *can* set breakpoints in release mode, make sure to
add debug information to your release build so you'll be able to see th
Hi alltogether,
I use ActivePython 2.4.1 , also the debug part from
http://ftp.activestate.com/ActivePython/etc/ and VC 6.0 unter Windows XP.
I can't figure out howto debug my c++ extension. If i compile it as
release version, I've of course no chance to set a breakpoint. If I
compile as debug