From b585d09b44acc92035ddb76f08cc965c2b0c32e4 Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Mon, 29 May 2023 20:32:06 -0500 Subject: [PATCH] oop --- UIX/Microsoft/Iris/Application.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UIX/Microsoft/Iris/Application.cs b/UIX/Microsoft/Iris/Application.cs index fa337fc..6f98725 100644 --- a/UIX/Microsoft/Iris/Application.cs +++ b/UIX/Microsoft/Iris/Application.cs @@ -195,7 +195,7 @@ namespace Microsoft.Iris if (DebugSettings.DebugConnectionUri != null) { - Debugger = new ZmqDebuggerServer(DebugSettings.DebugConnectionUri); + Debugger = new Debug.NetMQ.ZmqDebuggerServer(DebugSettings.DebugConnectionUri); DebuggerServerReady?.Invoke(Debugger, EventArgs.Empty); }