These v19 docs are archived 🔒.
Go to the
latest docs home
or try if
this exact page is available
in the latest docs.
Interface ICanDebug
Trivial interface just to ensure that we have debug on/off consistent
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface ICanDebug
Properties
Debug
Debug state on/off
bool Debug { get; set; }