|
Eclipse JDT 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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). |
org.eclipse.jdt.debug.eval | Provides a set classes and interfaces that support evaluations in the Java debugger. |
Classes in org.eclipse.jdt.debug.core used by org.eclipse.jdt.debug.coreIEvaluationRunnable
|
A runnable that represents one logical evaluation to be run in a target thread. IJavaArray
|
A value referencing an array on a target VM. IJavaBreakpoint
|
A breakpoint specific to the Java debug model. IJavaBreakpointListener
|
Provides event and error notification for Java breakpoints. IJavaClassObject
|
An object referencing an instance of java.lang.Class on a
target VM.IJavaClassType
|
The class of an object on a Java debug target. IJavaDebugTarget
|
A Java virtual machine. IJavaExceptionBreakpoint
|
A breakpoint that suspends execution when a corresponding exception is thrown in a target VM. IJavaFieldVariable
|
A variable that contains the value of an instance or class variable. IJavaHotCodeReplaceListener
|
Notification of hot code replace failure and success. IJavaLineBreakpoint
|
A breakpoint that suspends execution when a particular line of code is reached. IJavaMethodBreakpoint
|
A method breakpoint suspends execution when a method is entered or exited. IJavaMethodEntryBreakpoint
|
A method entry breakpoint suspends execution on the first executable line of a method when entered. IJavaModifiers
|
Modifiers common to Java debug elements that have associated Java member declarations. IJavaObject
|
A value referencing an object on a target VM. 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. 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. IJavaThread
|
A thread in a Java virtual machine. 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. IJavaWatchpoint
|
A breakpoint on a field. |
Classes in org.eclipse.jdt.debug.core used by org.eclipse.jdt.debug.evalIJavaDebugTarget
|
A Java virtual machine. IJavaObject
|
A value referencing an object on a target VM. IJavaStackFrame
|
A stack frame in a thread on a Java virtual machine. IJavaThread
|
A thread in a Java virtual machine. IJavaValue
|
An object, primitive data type, or array, on a Java virtual machine. |
|
Eclipse JDT 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |