Uses of Package
org.eclipse.emf.mwe.internal.ui.debug.model

Packages that use org.eclipse.emf.mwe.internal.ui.debug.model
org.eclipse.emf.mwe.internal.ui.debug.model   
org.eclipse.emf.mwe.internal.ui.debug.model.ui   
org.eclipse.emf.mwe.internal.ui.debug.processing   
 

Classes in org.eclipse.emf.mwe.internal.ui.debug.model used by org.eclipse.emf.mwe.internal.ui.debug.model
DebugElement
          Common functions for all classes inheriting from this class, that represent the debug model.
DebugStackFrame
          MWE Debug StackFrame implementation.
Each debugger step is represented by a stack frame.
DebugTarget
          MWE Debug Target implementation
It holds the debug threads.
DebugThread
          MWE Debug Thread implementation
For Info: A debug thread handles the stepping commands and holds the DebugStackFrames
DebugValue
          MWE Debug Value implementation
A DebugValue has (beside it's own String representation) a list of sub-variables.
 

Classes in org.eclipse.emf.mwe.internal.ui.debug.model used by org.eclipse.emf.mwe.internal.ui.debug.model.ui
DebugVariable
          MWE Debug Variable implementation
A variable has (beside the name) a DebugValue, that holds potential sub-variables.
 

Classes in org.eclipse.emf.mwe.internal.ui.debug.model used by org.eclipse.emf.mwe.internal.ui.debug.processing
DebugTarget
          MWE Debug Target implementation
It holds the debug threads.
DebugThread
          MWE Debug Thread implementation
For Info: A debug thread handles the stepping commands and holds the DebugStackFrames