BreakpointTypes 열거형

정의

중단점의 설정을 제공하는 열거형을 나타냅니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

public enum class BreakpointTypes
[System.Flags]
public enum BreakpointTypes
[<System.Flags>]
type BreakpointTypes = 
Public Enum BreakpointTypes
상속
BreakpointTypes
특성

필드

Bounded 2

프로그램에서 중단하기를 원하는 지점의 위치와 시간을 구현하는 제한된 중단점을 나타냅니다.

Conditional 4

중단점이 일어날지 여부를 결정하기 위해 평가되는 식인 조건부 중단점을 나타냅니다.

Enabled 1

중단점이 활성화되었음을 나타냅니다.

None 0

중단점이 설정되지 않았습니다.

설명

이 열거형은 DebuggerService에서 사용됩니다.

적용 대상