Re: Howto debug c++ (SWIG) extension under Windows

2005-04-27 Thread Miki Tebeka
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

Re: Howto debug c++ (SWIG) extension under Windows

2005-04-27 Thread Alexander Eisenhuth
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

Re: Howto debug c++ (SWIG) extension under Windows

2005-04-26 Thread Miki Tebeka
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

Howto debug c++ (SWIG) extension under Windows

2005-04-26 Thread Alexander Eisenhuth
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