Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the data breakpoint is being emulated or implemented in hardware.
enum enum_BP_RES_DATA_FLAGS {
BP_RES_DATA_EMULATED = 0x0001
};
typedef DWORD BP_RES_DATA_FLAGS;
public enum enum_BP_RES_DATA_FLAGS {
BP_RES_DATA_EMULATED = 0x0001
};
Members
- BP_RES_DATA_EMULATED
Specifies that the data breakpoint is being emulated.
Remarks
Used for the dwFlags member of the BP_RESOLUTION_DATA structure.
Requirements
Header: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll