开发者

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).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜