开发者

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

开发者 https://www.devze.com 2023-03-14 06:34 出处:网络
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 ab

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

精彩评论

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