combit List & Label 29 - .NET Help
combit.Reporting Namespace / LlCore Class / LsSetDebug Method

If true, the debug mode will be switched on.



In This Topic
    LsSetDebug Method
    In This Topic

    Switches the LS-API debug mode.

    Syntax
    'Declaration
     
    
    Public Shared Sub LsSetDebug( _
       ByVal Enable As Boolean _
    ) 
    public static void LsSetDebug( 
       bool Enable
    )
    public:
    static void LsSetDebug( 
       bool Enable
    ) 

    Parameters

    Enable

    If true, the debug mode will be switched on.

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also