aesi-eclipse / com.virtlink.aesi.debugging.mock / MockDebugger
MockDebugger
open class MockDebugger : AbstractAsyncDebugger2
Constructors
| <init> | MockDebugger(mainFile: Path, sourceFiles: MutableList<Path>)Initializes a new instance of the MockDebugger class. |
Functions
| getChildVariables | open fun getChildVariables(thread: IAesiThread, stackFrame: IAesiStackFrame, scope: IScope, variable: IVariable): MutableList<IVariable>{@inheritDoc} |
| getScopes | open fun getScopes(thread: IAesiThread, stackFrame: IAesiStackFrame): MutableList<IScope>{@inheritDoc} |
| getStackFrames | open fun getStackFrames(thread: IAesiThread): MutableList<IAesiStackFrame>{@inheritDoc} |
| getVariables | open fun getVariables(thread: IAesiThread, stackFrame: IAesiStackFrame, scope: IScope): MutableList<IVariable>{@inheritDoc} |