Need memory debug programm/library (mingw/wx)

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
van_user
Experienced Solver
Experienced Solver
Posts: 55
Joined: Wed Jun 11, 2008 9:28 pm
Location: UA

Need memory debug programm/library (mingw/wx)

Post by van_user »

Can`t find forum with debug issues - posting here.
Does anybody use/know program (profiler?) that could catch read/write [outside allocated]/ [inside excepted] memory with MinGW/wxWidgets?
I have try some ( ccmalloc - doesn`t exist/compile, DrMingGW and DUMA - don`t work with wxWidgets) without success.
Added 22.06.2009
While searching in mailing list I have found an article about using MPatrol with older versions of wxWidgets( below 2.6.x, higher was incompatible).
I force MPatrol to build but it seems do not work "from box" with wx ( it has logged many errors).
Win XP (SP0), mingw, wx 2.9.0
Post Reply