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 TypeMethodDescriptionvoid
control
(ModuleElement ast, IEolContext context) protected boolean
verifyBreakpoint
(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:
isStructuralBlock
in classEolDebugger
-
control
- Specified by:
control
in interfaceExecutionController
- Overrides:
control
in classEolDebugger
-
verifyBreakpoint
- Specified by:
verifyBreakpoint
in interfaceIEolDebugger
- Overrides:
verifyBreakpoint
in classEolDebugger
-