Eclipse CDT
7.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
7.0

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