Summary
Gets or sets a value indicating whether the debug output should be enabled.
- Namespace
- Cake
.Common .Tools .InspectCode - Containing Type
- InspectCodeSettings
Syntax
public bool Debug { get; set; }
Value
Type | Description |
---|---|
bool |
true if the debug output should be enabled; otherwise, false .
|