public BreakpointManager(IDebugProgram2 program, BasmBreakpointBackend backend, SourceFile sourceFile, EngineCallbacks callbacks) { _program = program; _sourceFile = sourceFile; _backend = backend; _callbacks = callbacks; }
public BasmRunner(SourceFile sourceFile, OnStop stopHandler) { _sourceFile = sourceFile; _onStopHandler = stopHandler; }