Eclipse JDT
2.1

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

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

Provides an implementation of a debug model based on JPDA (Java Platform Debug Architecture). 

 

Uses of IJavaBreakpoint in org.eclipse.jdt.debug.core
 

Subinterfaces of IJavaBreakpoint in org.eclipse.jdt.debug.core
 interface IJavaExceptionBreakpoint
          A breakpoint that suspends execution when a corresponding exception is thrown in a target VM.
 interface IJavaLineBreakpoint
          A breakpoint that suspends execution when a particular line of code is reached.
 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.