Eclipse JDT
2.1

Uses of Package
org.eclipse.jdt.debug.core

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

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

 

Classes in org.eclipse.jdt.debug.core used by org.eclipse.jdt.debug.core
IJavaBreakpoint
          A breakpoint specific to the Java debug model.
IJavaLineBreakpoint
          A breakpoint that suspends execution when a particular line of code is reached.
IJavaModifiers
          Modifiers common to Java debug elements that have associated Java member declarations.
IJavaObject
          A value referencing an object on a target VM.
IJavaType
          The type of a value on a Java debug target - a primitive data type, class, interface, or array.
IJavaValue
          An object, primitive data type, or array, on a Java virtual machine.
IJavaVariable
          A local variable, field slot, or receiver (this) in a Java virtual machine.
 


Eclipse JDT
2.1

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