Uses of Class
org.eclipse.emf.mwe.internal.ui.debug.model.DebugElement
Packages that use DebugElement
-
Uses of DebugElement in org.eclipse.emf.mwe.internal.ui.debug.model
Subclasses of DebugElement in org.eclipse.emf.mwe.internal.ui.debug.modelModifier and TypeClassDescriptionclass
MWE Debug StackFrame implementation.
Each debugger step is represented by a stack frame.class
MWE Debug Target implementation
It holds the debug threads.class
MWE Debug Thread implementation
For Info: A debug thread handles the stepping commands and holds the DebugStackFramesclass
MWE Debug Value implementation
A DebugValue has (beside it's own String representation) a list of sub-variables.class
MWE Debug Variable implementation
A variable has (beside the name) aDebugValue
, that holds potential sub-variables.