# MessagingOptions.ResponseTimeoutWithDebugger

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.configuration.messagingoptions/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.configuration.messagingoptions/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Core/Configuration/Options/MessagingOptions.cs)

```csharp
public TimeSpan ResponseTimeoutWithDebugger
```

Gets or sets the effective [MessagingOptions](/orleans/docs/api/csharp/microsoft.orleans.core/orleans.configuration.messagingoptions/) value to use when a debugger is attached.

### Value

Requests will timeout after 30 minutes when a debugger is attached, by default.
