Share via


Deleting a Breakpoint

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

The following describes the process when deleting a pending breakpoint:

Deletion Process

The session debug manager (SDM) calls the IDebugPendingBreakpoint2::Delete method to remove the pending breakpoint and all bound breakpoints bound from it.

Note

A single bound breakpoint can also be deleted by a call to IDebugBoundBreakpoint2::Delete.

See Also

Calling Debugger Events