PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.event
Interface IPDIBreakpointInfo

All Superinterfaces:
IPDISessionObject, IPDISet

public interface IPDIBreakpointInfo
extends IPDISessionObject

Represents an information provided by the session when the program stopped by a breakpoint


Method Summary
 IPDIBreakpoint getBreakpoint()
          Returns the breakpoint that stopped the program
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

getBreakpoint

IPDIBreakpoint getBreakpoint()
Returns the breakpoint that stopped the program

Returns:
the breakpoint that stopped the program

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.