Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Feneck91 on September 03, 2008, 11:38:03 am

Title: Another compiler:debugger than mingw ?
Post by: Feneck91 on September 03, 2008, 11:38:03 am
wxwidgets cannot activate memory tracing with mingw compiler.
In the setup.h :
Code
// 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 here (http://wxforum.shadonet.com/viewtopic.php?t=20803&highlight=)
When 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.