What's a good open source debug and memory analyzer for Windows?

In the Unix world, I happily used gdb for debugging and valgrind for memory analysis.

Are there open source quality alternatives for Windows?

I'm looking for lightweight pieces of software that do what you need and never get in your way (like gdb and valgrind).

+2


a source to share


1 answer


Microsoft Visual Studio Express is free (but not open source).



The Microsoft Debugging Tools also use the WINDBG debugger. Also free, not open source.

+2


a source







All Articles