Valgrind Alternatives
Valgrind is described as 'instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools' and is an app in the development category. There are eight alternatives to Valgrind for a variety of platforms, including Linux, Windows, Mac, BSD and FreeBSD. The best alternative is API Monitor, which is free. Other great apps like Valgrind are Deleaker, ApproveAPI, Libcsdbg and Dr. Memory.
API Monitor is a Windows program that lets you monitor and control API calls made by applications and services. Its a powerful tool for seeing how applications and services work or for tracking down problems that you have in your own applications.
Discontinued
Last version is from 2013. See: http://www.rohitab.com/apimonitor/changelog
API Monitor vs Valgrind opinions
Valgrind is a memory debugger, API monitor is an api monitor. Different things entirely.
Deleaker is a standalone application and a useful extension for Visual Studio, RAD Studio (Delphi / C++ Builder), and Qt Creator, that helps you to analyze programming errors, many of which are unique to C++, Delphi and .Net. Deleaker is a great tool for C++, Delphi and .
ApproveAPI? is a developer API for requesting a user's real-time approval on anything via Email, SMS, and in-app Mobile Push notifications with a consistent tap-to-approve user experience.
Libcsdbg is a C++ exception stack tracer. When an exception is thrown, caught and handled, libcsdbg offers the tools to create and process the exception stack trace, the path the exception has propagated up the call stack, unwinding it, up to the section were it was handled.
Dr. Memory is a memory monitoring tool capable of identifying memory-related programming errors such as accesses of uninitialized memory, accesses to unaddressable memory (including outside of allocated heap units and heap underflow and overflow), accesses to freed memory...
No screenshots yetstrace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor interactions between processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state.
strace vs Valgrind opinions
strace functions at system level and helps mainly on problems with system calls.