Package org.eclipse.epsilon.egl.debug
Class EgxDebugger
java.lang.Object
org.eclipse.epsilon.eol.debug.EolDebugger
org.eclipse.epsilon.egl.debug.EgxDebugger
- All Implemented Interfaces:
IEolDebugger,ExecutionController
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.eclipse.epsilon.eol.debug.EolDebugger
currentModuleElement, stepping, stopAfterFrameStackSizeDropsBelow, stopAfterModuleElement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontrol(ModuleElement ast, IEolContext context) protected booleanverifyBreakpoint(BreakpointRequest request) Methods inherited from class org.eclipse.epsilon.eol.debug.EolDebugger
addAllModules, dispose, done, findFirstLineGreaterThanOrEqualTo, getModule, getStopAfterFrameStackSizeDropsBelow, getStopAfterModuleElement, getTarget, getURIToModuleMap, isExpressionOrStatementBlockContainer, isStepping, isTerminated, report, resolveModule, setTarget, step, stepOver, stepReturn
-
Constructor Details
-
EgxDebugger
public EgxDebugger()
-
-
Method Details
-
isStructuralBlock
- Overrides:
isStructuralBlockin classEolDebugger
-
control
- Specified by:
controlin interfaceExecutionController- Overrides:
controlin classEolDebugger
-
verifyBreakpoint
- Specified by:
verifyBreakpointin interfaceIEolDebugger- Overrides:
verifyBreakpointin classEolDebugger
-