// TODO: Move these to virtual filesystem. There is something funny with line numbers when usng the virtual filesystem. public DsDebuggerTest(ITestOutputHelper output) : base(output, usePassThroughFileSystem: true) { var sharedModuleRegistry = new ModuleRegistry(); var constants = new GlobalConstants(FrontEndContext.SymbolTable); Debugger = new MockService(FrontEndContext.PathTable, LoggingContext).Debugger; }
public MockService(PathTable pathTable, LoggingContext loggingContext) { Debugger = new MockDebugger(pathTable, loggingContext); }
// TODO: Move these to virtual filesystem. There is something funny with line numbers when usng the virtual filesystem. public DsDebuggerTest(ITestOutputHelper output) : base(output, usePassThroughFileSystem: true) { Debugger = new MockService(FrontEndContext.PathTable, LoggingContext).Debugger; }