Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    DumpOnTimeoutThreadAbort

    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
    View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • DumpOnTimeoutThreadAbort
      • LogIncompletedScopes
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX