List & Label .NET
combit.Reporting Namespace / LlDebug Enumeration


In This Topic
    LlDebug Enumeration
    In This Topic
    Enumeration of various debug flags.
    Syntax
    'Declaration
     
    
    Public Enum LlDebug 
       Inherits System.Enum
    public enum LlDebug : System.Enum 
    public enum class LlDebug : public System.Enum 
    Members
    MemberDescription
    Disabled

    Debug mode is to be switched off.

    DWG

    Switch on debugging-info for graphic functions.

    Enabled

    Debug mode is to be switched on.

    ForceSysinfoSystem information are logged.
    LicInfoActivates debugging for the licence mechanism.
    LogToFile

    Debug output will also be directed to a log file (COMBIT.LOG in your windows directory).

    NoCallbacks

    Switch off debugging-info for notifications/callbacks.

    NoPrivacyDataPrevents the contents of variables and fields from being output.
    NoStorage

    Switch off debugging for storage-functions (preview file).

    NoSysInfo

    Do not issue system information dump on LlSetDebug().

    ObjectStatesLogs the output for the individual objects in the project file during rendering.
    PrinterInfoActivates the outputs for the printers available in the system.
    TranslateFilterSyntaxActivates outputs for filter expressions of the data providers.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.LlDebug

    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also