> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# StateHasChangedDebugMode

> Defines how BlazorObservables are monitored to reduce the number of times StateHasChanged is fired.

## Definition

**Assembly:** CloudNimble.BlazorEssentials.dll

**Namespace:** CloudNimble.BlazorEssentials

**Inheritance:** System.Enum

## Syntax

```csharp theme={"dark"}
CloudNimble.BlazorEssentials.StateHasChangedDebugMode
```

## Summary

Defines how BlazorObservables are monitored to reduce the number of times StateHasChanged is fired.

## Values

| Name     | Value | Description                                                                           |
| -------- | ----- | ------------------------------------------------------------------------------------- |
| `Off`    | 0     | Does not log StateHasChanged calls to the Browser Console.                            |
| `Info`   | 1     | Log basic summary information to the Browser Console.                                 |
| `Tuning` | 2     | Include performance recommendations in the information logged to the Browser Console. |
