Property Debug
Debug
Gets or sets whether to compile the code in a way that allows it to be debugged.
If this is set to true
, the current implementation disables optimisations on this method
allowing it to be debugged using a Native debugger.
Declaration
public bool Debug { get; set; }
Property Value
Type | Description |
---|---|
Boolean | The default is |