diff --git a/GUI.NET/TestRunner.cs b/GUI.NET/TestRunner.cs index 4c9d8347..0cd6d127 100644 --- a/GUI.NET/TestRunner.cs +++ b/GUI.NET/TestRunner.cs @@ -1,4 +1,5 @@ using Mesen.GUI.Config; +using Mesen.GUI.Debugger; using System; using System.Collections.Generic; using System.IO; @@ -40,6 +41,8 @@ namespace Mesen.GUI InteropEmu.LoadROM(romPath, string.Empty); + DebugWorkspaceManager.GetWorkspace(); + foreach(string luaScript in luaScriptsToLoad) { try { string script = File.ReadAllText(luaScript);