org.eclipse.cdt.debug.core.cdi.model
Interface ICDILocationBreakpoint
- All Superinterfaces:
- ICDIBreakpoint, ICDIObject
- All Known Subinterfaces:
- ICDIAddressBreakpoint, ICDIFunctionBreakpoint, ICDILineBreakpoint
- public interface ICDILocationBreakpoint
- extends ICDIBreakpoint
Abstract class returning location of breakpoint: file, line, function, address.
getLocator
public ICDILocator getLocator()
- Returns the location of the breakpoint.
- Returns:
- ICDILocator
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.