Package org.eclipse.ease.debugging
Interface IScriptDebugFrame
- All Known Implementing Classes:
EaseDebugFrame
,PythonDebugger.PythonDebugFrame
public interface IScriptDebugFrame
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
getName()
int
getType()
void
setLineNumber
(int lineNumber) void
setVariable
(String name, Object content)
-
Field Details
-
TYPE_FILE
static final int TYPE_FILE- See Also:
-
TYPE_FUNCTION
static final int TYPE_FUNCTION- See Also:
-
-
Method Details