wxwidgets cannot activate memory tracing with mingw compiler.
In the setup.h :
// If 1, enables debugging versions of wxObject::new and wxObject::delete *IF* 
// __WXDEBUG__ is also defined. 
// 
// WARNING: this code may not work with all architectures, especially if 
// alignment is an issue. This switch is currently ignored for mingw / cygwin 
// 
// Default is 0 
// 
// Recommended setting: 1 if you are not using a memory debugging tool, else 0 
#define wxUSE_MEMORY_TRACING 0
  I Let a message in WxWidgets forum 
hereWhen I Use codeblocs, and run debugger, the debugger doesn't stop on breakpoint hit, why ?
My question : Could I use another multi-platform compier/debugger than mingw ?
Other peaple have same problems ?
Thanks for your reply.