Uses of Package
org.eclipse.jdt.debug.core
Package
Description
Provides an implementation of a debug model based on JPDA (Java Platform Debug Architecture).
Provides a set classes and interfaces that support evaluations in the Java debugger.
-
ClassDescriptionA runnable that represents one logical evaluation to be run in a target thread.A value referencing an array on a target VM.A breakpoint specific to the Java debug model.Provides event and error notification for Java breakpoints.An object referencing an instance of
java.lang.Class
on a target VM.A breakpoint that suspends execution when a class is prepared in a target VM.The class of an object on a Java debug target.A Java virtual machine.A breakpoint that suspends execution when a corresponding exception is thrown in a target VM.Constants for telling the debugger for each exception breakpoint how to handle multiple occurrences of the same exception instance, which can happen via re-throwing or multiple finally clauses in the call stack.A variable that contains the value of an instance or class variable.Notification of hot code replace failure and success.An interface an object implements on a Java debug target.A breakpoint that suspends execution when a particular line of code is reached.A method breakpoint suspends execution when a method is entered or exited.A method entry breakpoint suspends execution on the first executable line of a method when entered.Modifiers common to Java debug elements that have associated Java member declarations.A value referencing an object on a target VM.Deprecated.Represents the type of an object in a virtual machine - including classes, interfaces and array types.A line breakpoint identified by its source file name and/or path, and stratum that it is relative to.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.A thread in a Java virtual machine.Represents a thread group in the target VM.The type of a value on a Java debug target - a primitive data type, class, interface, or array.An object, primitive data type, or array, on a Java virtual machine.A local variable, field slot, or receiver (this) in a Java virtual machine.A breakpoint on a field. -
ClassDescriptionA Java virtual machine.A value referencing an object on a target VM.Represents the type of an object in a virtual machine - including classes, interfaces and array types.A stack frame in a thread on a Java virtual machine.A thread in a Java virtual machine.An object, primitive data type, or array, on a Java virtual machine.
IJavaStratumLineBreakpoint
instead