Clean up net debuggers

This commit is contained in:
Joshua "Yoshi" Askharoun
2025-11-24 04:55:17 -06:00
parent 0f95c084e8
commit 80a79d224d
3 changed files with 11 additions and 15 deletions
+1
View File
@@ -186,6 +186,7 @@ namespace Microsoft.Iris
if (debuggerFactory != null)
{
Debugger = debuggerFactory();
Debugger.Start();
DebuggerServerReady?.Invoke(Debugger, EventArgs.Empty);
}