다음을 통해 공유


Breakpoint3 인터페이스

중단점을 프로그래밍 방식으로 제어하는 데 사용되는 메서드와 속성이 들어 있습니다. Debugger4를 사용하려면 EnvDTE90a.dll에 대한 참조를 추가해야 합니다. 네이티브 개발의 경우 dte90a.tlb에 대한 참조를 추가해야 합니다.

네임스페이스:  EnvDTE90a
어셈블리:  EnvDTE90a(EnvDTE90a.dll)

구문

‘선언
<GuidAttribute("81C189C5-0EF0-459C-B907-A22F6B7B355C")> _
Public Interface Breakpoint3 _
    Inherits Breakpoint2
[GuidAttribute("81C189C5-0EF0-459C-B907-A22F6B7B355C")]
public interface Breakpoint3 : Breakpoint2
[GuidAttribute(L"81C189C5-0EF0-459C-B907-A22F6B7B355C")]
public interface class Breakpoint3 : Breakpoint2
[<GuidAttribute("81C189C5-0EF0-459C-B907-A22F6B7B355C")>]
type Breakpoint3 =  
    interface
        interface Breakpoint2
    end
public interface Breakpoint3 extends Breakpoint2

Breakpoint3 형식에서는 다음과 같은 멤버를 노출합니다.

속성

  이름 설명
Public 속성 Address 중단점이 바인딩되는 주소를 가져옵니다.
Public 속성 BreakWhenHit (Breakpoint2에서 상속됨)
Public 속성 BreakWhenHit 중단점을 발견한 경우 프로그램을 중단할지 여부를 나타내는 값을 가져오거나 설정합니다.
Public 속성 Children (Breakpoint2에서 상속됨)
Public 속성 Children 모든 Breakpoint2 자식 개체의 컬렉션을 가져옵니다.
Public 속성 Collection (Breakpoint2에서 상속됨)
Public 속성 Collection 모든 Breakpoint2 개체가 들어 있는 컬렉션을 가져옵니다.
Public 속성 Condition (Breakpoint2에서 상속됨)
Public 속성 Condition 중단점을 트리거하는 조건을 가져옵니다.
Public 속성 ConditionType (Breakpoint2에서 상속됨)
Public 속성 ConditionType 참이면 중단, 변경되면 중단 등과 같은 중단점의 조건 형식을 가져옵니다.
Public 속성 CurrentHits (Breakpoint2에서 상속됨)
Public 속성 CurrentHits 이 디버깅 세션에서 이 중단점이 적중한 횟수를 가져옵니다.
Public 속성 DTE (Breakpoint2에서 상속됨)
Public 속성 DTE 최상위 확장성 개체를 가져옵니다.
Public 속성 Enabled (Breakpoint2에서 상속됨)
Public 속성 Enabled 중단점의 활성화 상태를 설정하거나 반환합니다.
Public 속성 File (Breakpoint2에서 상속됨)
Public 속성 File 중단점이 포함된 파일의 이름을 가져옵니다.
Public 속성 FileColumn (Breakpoint2에서 상속됨)
Public 속성 FileColumn 중단점이 설정된 파일의 줄 안에 있는 문자 위치를 가져옵니다.
Public 속성 FileLine (Breakpoint2에서 상속됨)
Public 속성 FileLine 중단점이 설정된 파일 안의 줄을 가져옵니다.
Public 속성 FilterBy (Breakpoint2에서 상속됨)
Public 속성 FilterBy 중단점이 설정되는 조건을 가져오거나 설정합니다.
Public 속성 FunctionColumnOffset (Breakpoint2에서 상속됨)
Public 속성 FunctionColumnOffset 함수 중단점 이름의 열 오프셋을 가져옵니다.
Public 속성 FunctionLineOffset (Breakpoint2에서 상속됨)
Public 속성 FunctionLineOffset 함수 중단점 이름의 줄 오프셋을 가져옵니다.
Public 속성 FunctionName (Breakpoint2에서 상속됨)
Public 속성 FunctionName 중단점이 들어 있는 함수의 이름을 가져옵니다.
Public 속성 HitCountTarget (Breakpoint2에서 상속됨)
Public 속성 HitCountTarget 모든 중단점 형식의 적중 횟수 대상을 가져옵니다.이는 적중 횟수 형식을 기반으로 해석됩니다.
Public 속성 HitCountType (Breakpoint2에서 상속됨)
Public 속성 HitCountType 적중 횟수를 해석하는 방식을 설명하는 적중 횟수 형식을 가져옵니다.
Public 속성 Language (Breakpoint2에서 상속됨)
Public 속성 Language 중단점이 포함된 프로그래밍 언어의 이름을 가져옵니다.
Public 속성 LocationType (Breakpoint2에서 상속됨)
Public 속성 LocationType 중단점이 나타내는 위치 형식을 가져옵니다.
Public 속성 Macro (Breakpoint2에서 상속됨)
Public 속성 Macro 중단점 매크로를 가져오거나 설정합니다.
Public 속성 Message (Breakpoint2에서 상속됨)
Public 속성 Message 중단점 메시지를 가져오거나 설정합니다.
Public 속성 Name (Breakpoint2에서 상속됨)
Public 속성 Name 중단점 이름을 설정하거나 반환합니다.
Public 속성 Parent (Breakpoint2에서 상속됨)
Public 속성 Parent 중단점의 바로 위 부모 개체를 가져옵니다.
Public 속성 Process (Breakpoint2에서 상속됨)
Public 속성 Process 중단점을 설정하는 프로세스를 가져옵니다.
Public 속성 Program (Breakpoint2에서 상속됨)
Public 속성 Program 이 프로세스에서 관리하는 실행 파일을 가져옵니다.
Public 속성 Tag (Breakpoint2에서 상속됨)
Public 속성 Tag 이 중단점을 식별하는 사용자 정의 문자열을 설정하거나 가져옵니다.
Public 속성 Type (Breakpoint2에서 상속됨)
Public 속성 Type 중단점 형식을 지정하는 상수를 가져옵니다.

위쪽

메서드

  이름 설명
Public 메서드 Delete() (Breakpoint2에서 상속됨)
Public 메서드 Delete() 중단점을 삭제합니다.
Public 메서드 ResetHitCount() (Breakpoint2에서 상속됨)
Public 메서드 ResetHitCount() 중단점 적중 횟수를 다시 설정합니다.

위쪽

설명

Breakpoint2를 참조하십시오.

참고 항목

참조

EnvDTE90a 네임스페이스