IDebugEngine2.CreatePendingBreakpoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int CreatePendingBreakpoint(Microsoft::VisualStudio::Debugger::Interop::IDebugBreakpointRequest2 ^ pBPRequest, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugPendingBreakpoint2 ^ % ppPendingBP);
public int CreatePendingBreakpoint(Microsoft.VisualStudio.Debugger.Interop.IDebugBreakpointRequest2 pBPRequest, out Microsoft.VisualStudio.Debugger.Interop.IDebugPendingBreakpoint2 ppPendingBP);
abstract member CreatePendingBreakpoint : Microsoft.VisualStudio.Debugger.Interop.IDebugBreakpointRequest2 * IDebugPendingBreakpoint2 -> int
Public Function CreatePendingBreakpoint (pBPRequest As IDebugBreakpointRequest2, ByRef ppPendingBP As IDebugPendingBreakpoint2) As Integer
Parameters
- pBPRequest
- IDebugBreakpointRequest2
- ppPendingBP
- IDebugPendingBreakpoint2