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.

적용 대상