C# 클래스 PowerStudio.DebugEngine.Events.BreakpointEvent

This Event is sent when a breakpoint is hit in the debuggee
상속: StoppingEvent, IDebugBreakpointEvent2
파일 보기 프로젝트 열기: IntelliTect/PowerStudio 1 사용 예제들

공개 메소드들

메소드 설명
BreakpointEvent ( IEnumDebugBoundBreakpoints2 boundBreakpoints ) : System
EnumBreakpoints ( IEnumDebugBoundBreakpoints2 &ppEnum ) : int

Creates an enumerator for all the breakpoints that fired at the current code location.

Not all breakpoints at a particular location may fire at a particular time (for example, a breakpoint with a condition will not fire until that condition is met).

메소드 상세

BreakpointEvent() 공개 메소드

public BreakpointEvent ( IEnumDebugBoundBreakpoints2 boundBreakpoints ) : System
boundBreakpoints IEnumDebugBoundBreakpoints2
리턴 System

EnumBreakpoints() 공개 메소드

Creates an enumerator for all the breakpoints that fired at the current code location.
Not all breakpoints at a particular location may fire at a particular time (for example, a breakpoint with a condition will not fire until that condition is met).
public EnumBreakpoints ( IEnumDebugBoundBreakpoints2 &ppEnum ) : int
ppEnum IEnumDebugBoundBreakpoints2 Returns an IEnumDebugBoundBreakpoints2 object that enumerates all the breakpoints associated with the current code location.
리턴 int