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

适用于