Summary
In this chapter, you have learned how to take advantage of several available options to debug C# Dapr projects, leveraging VS Code's debug capabilities and configurations, the Dapr CLI itself, and Project Tye.
Getting comfortable with Tye and the Dapr CLI is also important, as these will be the most frequently used approaches to launch our Dapr application in the testing phase.
In the next chapter, we will explore in more depth how services are invoked within Dapr.