Partilhar via


BP_RESOLUTION_CODE

Descreve o local de um ponto de interrupção do código.

typedef struct _BP_RESOLUTION_CODE { 
   IDebugCodeContext2* pCodeContext;
} BP_RESOLUTION_CODE;
public struct BP_RESOLUTION_CODE { 
   public IDebugCodeContext2 pCodeContext;
};

Membros

  • pCodeContext
    O IDebugCodeContext2 o objeto que identifica a posição do ponto de interrupção no código.

Comentários

Essa estrutura é um membro da BP_RESOLUTION_LOCATION estrutura, que está em um membro de ativar o BP_RESOLUTION_INFO estrutura retornada pelo IDebugBreakpointResolution2::GetResolutionInfo método.

Requisitos

Cabeçalho: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

Consulte também

Referência

Estruturas e uniões

BP_RESOLUTION_LOCATION

BP_RESOLUTION_INFO

IDebugBreakpointResolution2::GetResolutionInfo

IDebugCodeContext2