If debugging with the IDE is desirable, it's possible to use the debugger without building with the IDE: > devenv /debugexe foo.exe some args "to the program"
I too prefer the IDE debugger so this is what I use to debug pwiz. To be really spiffy, Boost.Build users can do this: > quickbuild path/to//someTestTarget testing.launcher="devenv /debugexe" That will build the test and then launch it in the debugger ready to be run. Life with BB is a glorious mix of ecstasy and misery. :) However, I'm not too sure how well or even if MSVC will debug an exe built with MinGW. -Matt Natalie Tasman wrote: > However devs such as Brian and yourself > may end up contributing changes to keep it working, if they prefer the > debugger, etc. > > -Natalie --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/spctools-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
