News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Another compiler:debugger than mingw ?

Started by Feneck91, September 03, 2008, 11:38:03 AM

Previous topic - Next topic

Feneck91

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