Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Enumera los valores válidos que especifican la información que se va a recuperar sobre una solicitud de punto de interrupción. Esta enumeración extiende la enumeración BPREQI_FIELDS .
Sintaxis
public enum enum_BPREQI_FIELDS90
{
// VS 8.0 values
BPREQI90_BPLOCATION = 0x0001,
BPREQI90_LANGUAGE = 0x0002,
BPREQI90_PROGRAM = 0x0004,
BPREQI90_PROGRAMNAME = 0x0008,
BPREQI90_THREAD = 0x0010,
BPREQI90_THREADNAME = 0x0020,
BPREQI90_PASSCOUNT = 0x0040,
BPREQI90_CONDITION = 0x0080,
BPREQI90_FLAGS = 0x0100,
BPREQI90_ALLOLDFIELDS = 0x01ff,
BPREQI90_VENDOR = 0x0200,
BPREQI90_CONSTRAINT = 0x0400,
BPREQI90_TRACEPOINT = 0x0800,
// Values added in VS 9.0
BPREQI90_MACROTRACEPOINT = 0x1000,
BPREQI90_ALLFIELDS = 0xffff
};
Fields
BPREQI90_BPLOCATION
Inicialice o use el bpLocation campo (ubicación del punto de interrupción) de la estructura BP_REQUEST_INFO o BP_REQUEST_INFO2 .
BPREQI90_LANGUAGE
Inicialice o use el guidLanguage campo de la BP_REQUEST_INFO estructura o BP_REQUEST_INFO2 .
BPREQI90_PROGRAM
Inicialice o use el pProgram campo de la BP_REQUEST_INFO estructura o BP_REQUEST_INFO2 .
BPREQI90_PROGRAMNAME
Inicialice o use el bstrProgramName campo de la BP_REQUEST_INFO estructura o BP_REQUEST_INFO2 .
BPREQI90_THREAD
Inicialice o use el pThread campo de la BP_REQUEST_INFO estructura o BP_REQUEST_INFO2 .
BPREQI90_THREADNAME
Inicialice o use el bstrThreadName campo de la BP_REQUEST_INFO estructura o BP_REQUEST_INFO2 .
BPREQI90_PASSCOUNT
Inicialice o use el bpPassCount campo de la BP_REQUEST_INFO estructura o BP_REQUEST_INFO2 .
BPREQI90_CONDITION
Inicialice o use el bpCondition campo (condición de punto de interrupción) de la BP_REQUEST_INFO estructura o BP_REQUEST_INFO2 .
BPREQI90_FLAGS
Inicialice o use el dwFlags campo de la BP_REQUEST_INFO estructura o BP_REQUEST_INFO2 .
BPREQI90_ALLOLDFIELDS
Inicialice o use todos los campos de la BP_REQUEST_INFO estructura.
BPREQI90_VENDOR
Inicialice o use el guidVendor campo de BP_REQUEST_INFO2 estructura.
BPREQI90_CONSTRAINT
Inicialice o use el bstrConstraint campo de BP_REQUEST_INFO2 estructura.
BPREQI90_TRACEPOINT
Inicialice o use el bstrTracepoint campo de BP_REQUEST_INFO2 estructura.
BPREQI90_MACROTRACEPOINT
Inicialice o use el bstrMacroTracepoint campo de BP_REQUEST_INFO2 estructura. BPREQI_ALLFIELDS no incluye este campo.
BPREQI90_ALLFIELDS
Especifica todos los campos de la BP_REQUEST_INFO2 estructura.
Requisitos
Encabezado: Msdbg90.h
Espacio de nombres: Microsoft.VisualStudio.Debugger.Interop
Ensamblado: Microsoft.VisualStudio.Debugger.Interop.dll