Is there an equivalent of Valgrind for .Net on Windows?

Viewed 5222

I want to debug some managed code (originally written in C# on Windows x86). I know that Valgrind has a great set of tools for unmanaged code on a few non-Windows platforms. However, we are talking about Windows and managed .Net code here. So, is there an equivalent of Valgrind for .Net on Windows?

2 Answers
Related