Interface IRuntimeDebugElement
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
,org.eclipse.debug.core.model.IDebugElement
- All Known Subinterfaces:
IBslArrayValue
,IBslEnumValue
,IBslIndexedValue
,IBslPrimitiveValue
,IBslStackFrame
,IBslValue
,IBslVariable
,IRuntimeDebugClientTarget
- All Known Implementing Classes:
BslArrayValue
,BslContextValue
,BslEnumValue
,BslIndexedValue
,BslIndexedValuePartition
,BslIndexedVariablePartition
,BslModuleVariablesContainer
,BslPlaceholderValue
,BslPlaceholderVariable
,BslPrimitiveValue
,BslStackFrame
,BslValue
,BslVariable
,ProfilingRuntimeDebugClientTarget
,RuntimeDebugClientTarget
,RuntimeDebugElement
,RuntimeDebugTargetThread
,RuntimeSessionThreadGroup
public interface IRuntimeDebugElement
extends org.eclipse.debug.core.model.IDebugElement
1C:Enterprise Runtime debug model hierarchy base element. This is root class in 1C:Enteprise Runtime
debug model.
-
Method Summary
Modifier and TypeMethodDescriptionReturns 1C:Enterprise Runtime debug target this element is contained in.Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
Methods inherited from interface org.eclipse.debug.core.model.IDebugElement
getLaunch, getModelIdentifier
-
Method Details
-
getDebugTarget
IRuntimeDebugClientTarget getDebugTarget()Returns 1C:Enterprise Runtime debug target this element is contained in.- Specified by:
getDebugTarget
in interfaceorg.eclipse.debug.core.model.IDebugElement
- Returns:
- 1C:Enterprise Runtime debug target this element is contained in, never
null
-