VsaEngineClass.GenerateDebugInfo 속성

정의

메서드를 호출할 때 Compile() 스크립트 엔진이 디버그 정보를 생성하는지 여부를 나타내는 값을 가져오거나 설정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

속성 값

디버그 정보가 생성되면

구현

적용 대상