Eclipse JDT
2.1

Uses of Interface
org.eclipse.jdt.debug.core.IJavaLineBreakpoint

Packages that use IJavaLineBreakpoint
org.eclipse.jdt.debug.core

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.core
 interface IJavaMethodBreakpoint
          A method breakpoint suspends execution when a method is entered or exited.
 interface IJavaMethodEntryBreakpoint
          A method entry breakpoint suspends execution on the first executable line of a method when entered.
 interface IJavaPatternBreakpoint
          A 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.
 interface IJavaTargetPatternBreakpoint
          A 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.
 interface IJavaWatchpoint
          A breakpoint on a field.
 


Eclipse JDT
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.