Uses of Interface
org.eclipse.debug.core.model.ITerminate
Package
Description
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Defines interfaces for debug model elements, source lookup, and launching.
-
Uses of ITerminate in org.eclipse.debug.core
Modifier and TypeInterfaceDescriptioninterface
A launch is the result of launching a debug session and/or one or more system processes.Modifier and TypeClassDescriptionclass
A launch is the result of launching a debug session and/or one or more system processes. -
Uses of ITerminate in org.eclipse.debug.core.model
Modifier and TypeInterfaceDescriptioninterface
A debug target is a debuggable execution context.interface
A process represents a program running in normal (non-debug) mode.interface
A stack frame represents an execution context in a suspended thread.interface
A thread is a sequential flow of execution in a debug target.Modifier and TypeClassDescriptionclass
Standard implementation of anIProcess
that wrappers a system process (java.lang.Process
).