VariableClass.IncludeInDebugDump 속성

정의

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

속성 값

변수 값이 디버그 덤프 파일에 포함되는지 여부를 지정하는 부울 입니다.

구현

설명

사용자 정의 변수 및 시스템 변수의 경우 IncludeInDebugDump 옵션의 기본값은 true입니다.

그러나 사용자 정의 변수의 경우 시스템은 다음 조건이 true이면 IncludeInDebugDump 옵션을 false로 다시 설정합니다.

  • 변수 속성이 EvaluateAsExpressiontrue로 설정되면 시스템에서 IncludeInDebugDump 옵션을 false로 다시 설정합니다.

    디버그 덤프 파일에 식의 텍스트를 변수 값으로 포함하려면 IncludeInDebugDump 옵션을 true로 설정합니다.

  • 변수 데이터 형식이 문자열로 변경되면 시스템에서 IncludeInDebugDump 옵션을 false로 다시 설정합니다.

적용 대상