Uses of Enum Class
org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy
Packages that use IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy
Package
Description
Provides an implementation of a debug model based on JPDA (Java Platform Debug Architecture).
-
Uses of IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy in org.eclipse.jdt.debug.core
Methods in org.eclipse.jdt.debug.core that return IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategyModifier and TypeMethodDescriptionIJavaExceptionBreakpoint.getSuspendOnRecurrenceStrategy()
Answer this breakpoint'sstrategy
for suspending on recurrences of the same exception instance.Returns the enum constant of this class with the specified name.IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jdt.debug.core with parameters of type IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategyModifier and TypeMethodDescriptionvoid
IJavaExceptionBreakpoint.setSuspendOnRecurrenceStrategy
(IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy strategy) Define this breakpoint'sstrategy
for suspending on recurrences of the same exception instance.