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.
This interface represents the resolution of a breakpoint error.
IDebugErrorBreakpointResolution2 : IUnknown
Notes for Implementers
A debug engine implements this interface as part of its support for breakpoints. This interface is used to report where a breakpoint failed to bind.
Notes for Callers
A call to IDebugErrorBreakpoint2::GetBreakpointResolution returns this interface to provide information about where the breakpoint failed to bind. The IDebugBreakpointErrorEvent2::GetErrorBreakpoint method obtains the IDebugErrorBreakpoint2 interface.
Methods in Vtable Order
The following table shows the methods of IDebugErrorBreakpointResolution2.
Method |
Description |
---|---|
Gets the breakpoint type. |
|
Gets the breakpoint resolution information. |
Requirements
Header: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll