This topic has not yet been rated - Rate this topic

BP_RES_DATA_FLAGS

Specifies whether the data breakpoint is being emulated or implemented in hardware.

public enum enum_BP_RES_DATA_FLAGS { 
   BP_RES_DATA_EMULATED = 0x0001
};
BP_RES_DATA_EMULATED

Specifies that the data breakpoint is being emulated.

Used for the dwFlags member of the BP_RESOLUTION_DATA structure.

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.