Edit

Share via


IDebugBreakpointRequest2

This interface represents the information necessary to create and bind any type of breakpoint.

Syntax

IDebugBreakpointRequest2 : IUnknown

Notes for Implementers

The session debug manager (SDM) typically implements this interface.

Notes for Callers

The debug engine (DE) receives this interface through a call to CreatePendingBreakpoint in order to create a pending breakpoint. A call to GetBreakpointRequest can retrieve this interface from the DE.

Methods in Vtable Order

The following table shows the methods of IDebugBreakpointRequest2.

Method Description
GetLocationType Gets the breakpoint ___location type of this breakpoint request.
GetRequestInfo Gets the breakpoint request information that describes this breakpoint request.

Remarks

After the program being debugged has been loaded, a call to Bind binds a pending breakpoint to the requested ___location in the program.

Requirements

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See also