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