Uses of Class
org.eclipse.jdt.debug.core.IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy
-
Packages that use IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy Package Description org.eclipse.jdt.debug.core 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.SuspendOnRecurrenceStrategy Modifier and Type Method Description IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy
IJavaExceptionBreakpoint. getSuspendOnRecurrenceStrategy()
Answer this breakpoint'sstrategy
for suspending on recurrences of the same exception instance.static IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy
IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy[]
IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jdt.debug.core with parameters of type IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy Modifier and Type Method Description void
IJavaExceptionBreakpoint. setSuspendOnRecurrenceStrategy(IJavaExceptionBreakpoint.SuspendOnRecurrenceStrategy strategy)
Define this breakpoint'sstrategy
for suspending on recurrences of the same exception instance.
-