Switch to NetMQ for inter-process debugging

This commit is contained in:
Yoshi Askharoun
2023-05-22 21:44:05 -05:00
parent 1d36315297
commit 49d8ae6323
12 changed files with 167 additions and 101 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
using CoreRemoting;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Xml;
#if NET40_OR_GREATER || NET6_0_OR_GREATER
@@ -23,7 +22,7 @@ namespace Microsoft.Iris.Debug
public List<string> Breakpoints { get; } = new List<string>();
public ServerConfig DebugServerConfig { get; set; }
public string DebugConnectionUri { get; set; }
}
public class DecompilationResult