SrgsDocument.Debug 属性

定义

获取或设置是否应将行号添加到内联脚本。

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

属性值

如果该属性应添加行号以进行调试,则 Debug 返回 true 该属性;否则,该属性返回 false

适用于