Debugging - .NET SDK feature guide
Debugging
This page shows how to do the following:
Debug in a development environment
How to debug in a development environment using the Temporal .NET SDK
In addition to the normal development tools of logging and a debugger, you can also see what’s happening in your Workflow by using the Web UI or tctl
.
The Web UI provides insight into your Workflows, making it easier to identify issues and monitor the state of your Workflows in real time.
Debug in a development production
How to debug in a development production using the Temporal .NET SDK
You can debug production Workflows using:
You can debug and tune Worker performance with metrics and the Worker performance guide. For more information, see Observability ▶️ Metrics for setting up SDK metrics.
Debug Server performance with Cloud metrics or self-hosted Server metrics.