SrgsDocument.Debug Property

Definition

Gets or sets whether line numbers should be added to inline scripts.

public:
 property bool Debug { bool get(); void set(bool value); };
public bool Debug { get; set; }
member this.Debug : bool with get, set
Public Property Debug As Boolean

Property Value

The Debug property returns true if line numbers should be added for debugging purposes; otherwise the property returns false.

Applies to