Is there an equivalent of Valgrind for .Net on Windows?
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?
Here are some profilers for .NET:
- Microsoft CLR Profiler (free)
- RedGate ANTS Profiler (commercial)
- JetBrains dotTrace (commercial)
See our C# Profiler (commercial).
精彩评论