Gets whether the installation runs in debug mode. This property can be used by the framework and extensions alike to write more verbose logs/onscreen information, etc. It is set in the host settings page.

Namespace: DotNetNuke.Entities.Host
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static bool DebugMode { get; }
Visual Basic
Public Shared ReadOnly Property DebugMode As Boolean
	Get

See Also