Phil Helix
Phil Helix

Reputation: 3733

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?

Upvotes: 9

Views: 6827

Answers (2)

Ira Baxter
Ira Baxter

Reputation: 95400

See our C# Profiler (commercial).

Upvotes: 0

Darin Dimitrov
Darin Dimitrov

Reputation: 1039298

Here are some profilers for .NET:

Upvotes: 7

Related Questions