Uses of Interface
org.eclipse.jdt.debug.core.IJavaPatternBreakpoint
Package
Description
Provides an implementation of a debug model based on JPDA (Java Platform Debug Architecture).
-
Uses of IJavaPatternBreakpoint in org.eclipse.jdt.debug.core
Modifier and TypeMethodDescriptionstatic IJavaPatternBreakpoint
JDIDebugModel.createPatternBreakpoint
(org.eclipse.core.resources.IResource resource, String sourceName, String pattern, int lineNumber, int charStart, int charEnd, int hitCount, boolean register, Map<String, Object> attributes) Deprecated.
createStratumBreakpoint
instead