Skip to main content

Enum IncludeInDebugDump

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum IncludeInDebugDump

Fields

FieldsDescription
AutomaticThis value specifies that the type of the variable should be used to determine whether the variable value is included in the debug dump. String variable types will be excluded. All other types will be included. This prevents the inadvertent inclusion of password and other sensitive information in debug dumps.
ExcludeThis value specifies that the variable value is excluded from the debug dump.
IncludeThis value specifies that the variable value is included in the debug dump.