Package org.eclipse.emf.mwe.internal.ui.debug.model
package org.eclipse.emf.mwe.internal.ui.debug.model
-
ClassesClassDescriptionCommon functions for all classes inheriting from this class, that represent the debug model.MWE Debug StackFrame implementation.
Each debugger step is represented by a stack frame.MWE Debug Target implementation
It holds the debug threads.MWE Debug Thread implementation
For Info: A debug thread handles the stepping commands and holds the DebugStackFramesMWE Debug Value implementation
A DebugValue has (beside it's own String representation) a list of sub-variables.MWE Debug Variable implementation
A variable has (beside the name) aDebugValue
, that holds potential sub-variables.