Codelite Bug, Please Help!!!

Hi everyone, I have a problem with my debugger, it is that when I debug my program, it comes up with runtime errors. When I run my program separately, no errors. I am using codelite 2.9 with MinGW Compiler and debugger, My Program has wxWidgets enabled.

Please help!!!
If the debugger is bugged, try some other debugger...!!! How simple is that?

By the way, if you're under Windows, use the Visual C++ 2010 Compiler, it's free and way faster than MinGW. MinGW is just CRAP!!!!
Thanks (sarcastic)
What error do you get?? Are you sure you are linking with debug symbol libraries of wxWidgets??
You're welcome (sarcastic)
You don't supply enough context for any useful speculations.

It isn't surprising issues occur when you debug something. You're running in a different environment, and that means bugs that are innocuous otherwise may have a more observable effect. The opposite can be true as well -- running in a debug environment could make a bug less likely to manifest observable behavior (which is very annoying when it occurs.)

@TheDestroyer - Unhelpful, and your claims are completely unfounded with regard to MingW and VC++.
Topic archived. No new replies allowed.