Click or drag to resize
DebugHelper Properties

The DebugHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAnyDebugEnabled
Returns true if any debug is enabled.
Public propertyStatic memberAnyDebugLogToFileEnabled
Returns true if any debug has the logging to file enabled.
Public propertyStatic memberAnyLiveDebugEnabled
Returns true if any LiveDebug is enabled.
Public propertyStatic memberDebugAllForEverything
Debug all pages for everything.
Public propertyStatic memberDebugDisabled
Indicates whether all debugs are disabled.
Public propertyStatic memberDebugEverything
Debug Everything?
Public propertyStatic memberDebugEverythingEverywhere
Debug Everything everywhere?
Public propertyStatic memberDebugEverythingLive
Debug Everything live?
Public propertyStatic memberDebugImportExport
If false, pages with Import/Export are excluded from debugs.
Public propertyStatic memberDebugResources
If false, all the resources (GetResource a GetCSS) requests are ignored in debugging.
Public propertyStatic memberDebugScheduler
If false, scheduler tasks are ignored in debugs.
Public propertyStatic memberDebugStackForEverything
Track stack when debugging everything.
Public propertyStatic memberEverythingLogLength
Maximum length of the Everything log in number of requests.
Public propertyStatic memberLogEverythingToFile
Logs operations for everything?
Public propertyStatic memberLogFolder
File path, to which the debug logs operations
Public propertyStatic memberRegisteredDebugs
Returns the list of registered debugs
Public propertyStatic memberRegisteredDebugsCount
Number of registered debugs
Public propertyStatic memberShowDebugOnLiveSite
If true, the debug control are allowed in the live site view
Top
See Also