Eclipse Platform
2.0

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

Packages that use org.eclipse.debug.core.model
org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events. 
org.eclipse.debug.core.model Defines interfaces for a debug model elements, source lookup, and launching. 
 

Classes in org.eclipse.debug.core.model used by org.eclipse.debug.core
ITerminate
          Provides the ability to terminate an execution context - for example, a thread, debug target or process.
 

Classes in org.eclipse.debug.core.model used by org.eclipse.debug.core.model
Breakpoint
          Abstract implementation of a breakpoint.
IBreakpoint
          A breakpoint is capable of suspending the execution of a program at a specific location when a program is running in debug mode.
IDebugElement
          A debug element represents an artifact in a program being debugged.
IDisconnect
          The ability to end a debug session with a target program and allow the target to continue running.
ILineBreakpoint
          A breakpoint that can be located at a specific line of source code.
IMemoryBlockRetrieval
          Supports the retrieval of arbitrary blocks of memory.
ISourceLocator
          A source locator locates source elements for stack frames.
IStep
          Provides the ability to step into, over, and return from the current execution location.
ISuspendResume
          Provides the ability to suspend and resume a thread or debug target.
ITerminate
          Provides the ability to terminate an execution context - for example, a thread, debug target or process.
IValueModification
          Provides the ability to modify the value of a variable in a target.
IVariable
          A variable represents a visible data structure in a stack frame or value.
 


Eclipse Platform
2.0

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