Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.debug.core.cdi.model
Interface ICDIExceptionpoint

All Superinterfaces:
ICDIBreakpoint, ICDIObject

public interface ICDIExceptionpoint
extends ICDIBreakpoint

ICDIExceptionpoint


Field Summary
 
Fields inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint
HARDWARE, REGULAR, TEMPORARY
 
Method Summary
 boolean isStopOnCatch()
           
 boolean isStopOnThrow()
           
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint
getCondition, isEnabled, isHardware, isTemporary, setCondition, setEnabled
 
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject
getTarget
 

Method Detail

isStopOnThrow

boolean isStopOnThrow()

isStopOnCatch

boolean isStopOnCatch()

Eclipse CDT
Pre-release 3.0

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