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.
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++.