다음을 통해 공유


BP_TYPE

중단점이 코드 위치에, 데이터 위치, 인지 또는 다른 형식의 중단점 지를 지정 합니다.

enum enum_BP_TYPE { 
   BPT_NONE    = 0x0000,
   BPT_CODE    = 0x0001,
   BPT_DATA    = 0x0002,
   BPT_SPECIAL = 0x0003
};
typedef DWORD BP_TYPE;
public enum enum_BP_TYPE { 
   BPT_NONE    = 0x0000,
   BPT_CODE    = 0x0001,
   BPT_DATA    = 0x0002,
   BPT_SPECIAL = 0x0003
};

Members

  • BPT_NONE
    중단점 형식이 지정합니다.

  • BPT_CODE
    코드에 중단점을 지정합니다.

  • BPT_DATA
    데이터 중단점을 지정합니다.

  • BPT_SPECIAL
    코드나 데이터 형식이 되는 중단점을 지정 합니다. 이 종류 되지 않으며 사용 하지 않아야 합니다.

설명

매개 변수로 전달 되는 IDebugBreakpointResolution2::GetBreakpointTypeIDebugErrorBreakpointResolution2::GetBreakpointType 방법.

요구 사항

헤더: msdbg.h

네임 스페이스: Microsoft.VisualStudio.Debugger.Interop

어셈블리: Microsoft.VisualStudio.Debugger.Interop.dll

참고 항목

참조

열거형 (Visual Studio 디버깅)

IDebugBreakpointResolution2::GetBreakpointType

IDebugErrorBreakpointResolution2::GetBreakpointType