• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Enum IncludeInDebugDump

Namespace:
Varigence.Languages.Biml.Task
Assembly:
Biml.dll
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.

© Varigence