Blog Logo
TAGS

Debugging Dapr applications with Rider or Visual Studio: A better way

Dapr is a powerful tool for building distributed applications, but debugging can be tedious and error-prone. This article explores two methods for debugging Dapr applications with Rider and Visual Studio – using the IDEs Attach to process feature or the Debugger.Launch() API – and shows how to configure launchSettings.json to run your application with or without Dapr. With this approach, you can debug your Dapr applications with ease and confidence, and share configurations with your team through source control.