Class CoreDebugSettings
Typed configuration options for core debug settings.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class CoreDebugSettings
Properties
View SourceDumpOnTimeoutThreadAbort
Gets or sets a value indicating whether memory dumps on thread abort should be taken.
Declaration
public bool DumpOnTimeoutThreadAbort { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LogIncompletedScopes
Gets or sets a value indicating whether incompleted scopes should be logged.
Declaration
public bool LogIncompletedScopes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |