Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi
Interface ICDIBreakpointHit

All Superinterfaces:
ICDISessionObject

public interface ICDIBreakpointHit
extends ICDISessionObject

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

Since:
Aug 27, 2002

Method Summary
 ICDIBreakpoint getBreakpoint()
          Returns the breakpoint that stopped the program.
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDISessionObject
getSession
 

Method Detail

getBreakpoint

ICDIBreakpoint getBreakpoint()
Returns the breakpoint that stopped the program.

Returns:
the breakpoint that stopped the program

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.