Enum IncludeInDebugDump
C#
public enum IncludeInDebugDump
Fields
Automatic | This 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. |
Exclude | This value specifies that the variable value is excluded from the debug dump. |
Include | This value specifies that the variable value is included in the debug dump. |