This tutorial version is obsolete - jump to the newest one
Debugging C# - on production & locally
RevDeBug is a Visual Studio extension for .Net frameworks supporting both C# and Visual Basic, which allows you not only to implement reverse debugging in your own projects but also to monitor them.
Estimated reading time: 1 min
Last edited: 18 Apr 2019
Find an error at your C# code running on production (Video)
RevDeBug increase the observability and support debugging C# applications. You can use RevDeBug in basically every scenario that runs .NET code. For example you can monitor your application inside Docker Containers, Kubernetes Clusters, Azure and any type of Serverless or Xamarin.
To find out how to implement RevDeBug at your project check this section of tutorial.
To find out more about supported technologies visit RevDeBug Requirements Page.
Here's also a blog post that explains how this process looks like at Visual Studio.