C# Класс VSNDK.DebugEngine.AD7BreakpointEvent

The debug engine (DE) sends this interface to the session debug manager (SDM) when a program stops at a breakpoint. (http://msdn.microsoft.com/en-us/library/bb145927.aspx)
Наследование: AD7StoppingEvent, IDebugBreakpointEvent2
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AD7BreakpointEvent ( IEnumDebugBoundBreakpoints2 boundBreakpoints ) : System

Constructor.

Приватные методы

Метод Описание
IDebugBreakpointEvent2 ( IEnumDebugBoundBreakpoints2 &ppEnum ) : int

Creates an enumerator for all the breakpoints that fired at the current code location. (http://msdn.microsoft.com/en-us/library/bb146247.aspx)

Описание методов

AD7BreakpointEvent() публичный Метод

Constructor.
public AD7BreakpointEvent ( IEnumDebugBoundBreakpoints2 boundBreakpoints ) : System
boundBreakpoints IEnumDebugBoundBreakpoints2 The IEnumDebugBoundBreakpoints2 object that enumerates all the breakpoints associated with /// the current code location.
Результат System