Uses of Interface
org.eclipse.jdt.debug.core.IJavaLineBreakpoint
Packages that use IJavaLineBreakpoint
Package
Description
Provides an implementation of a debug model based on JPDA (Java Platform Debug Architecture).
-
Uses of IJavaLineBreakpoint in org.eclipse.jdt.debug.core
Subinterfaces of IJavaLineBreakpoint in org.eclipse.jdt.debug.coreModifier and TypeInterfaceDescriptioninterfaceA method breakpoint suspends execution when a method is entered or exited.interfaceA method entry breakpoint suspends execution on the first executable line of a method when entered.interfaceDeprecated.interfaceA line breakpoint identified by its source file name and/or path, and stratum that it is relative to.interfaceA line breakpoint installed in types associated with a specific source file (based on source file name debug attribute) and whose fully qualified name matches a specified pattern per target.interfaceA breakpoint on a field.Methods in org.eclipse.jdt.debug.core that return IJavaLineBreakpointModifier and TypeMethodDescriptionstatic IJavaLineBreakpointJDIDebugModel.createLineBreakpoint(org.eclipse.core.resources.IResource resource, String typeName, int lineNumber, int charStart, int charEnd, int hitCount, boolean register, Map<String, Object> attributes) Creates and returns a line breakpoint in the type with the given name, at the given line number.static IJavaLineBreakpointJDIDebugModel.lineBreakpointExists(String typeName, int lineNumber) Returns a Java line breakpoint that is already registered with the breakpoint manager for a type with the given name at the given line number.static IJavaLineBreakpointJDIDebugModel.lineBreakpointExists(org.eclipse.core.resources.IResource resource, String typeName, int lineNumber) Returns a Java line breakpoint that is already registered with the breakpoint manager for a type with the given name at the given line number in the given resource.Methods in org.eclipse.jdt.debug.core with parameters of type IJavaLineBreakpointModifier and TypeMethodDescriptionvoidIJavaBreakpointListener.breakpointHasCompilationErrors(IJavaLineBreakpoint breakpoint, Message[] errors) Notification that the given breakpoint has compilation errors in its conditional expression.voidIJavaBreakpointListener.breakpointHasRuntimeException(IJavaLineBreakpoint breakpoint, org.eclipse.debug.core.DebugException exception) Notification that the given breakpoint had runtime errors in its conditional expression.
IJavaStratumLineBreakpointinstead