Author Topic: Another compiler:debugger than mingw ?  (Read 3271 times)

Offline Feneck91

  • Multiple posting newcomer
  • *
  • Posts: 112
Another compiler:debugger than mingw ?
« 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
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.