mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Allow debugger instaces to be passed at runtime; Create in-processes debugger
This commit is contained in:
@@ -7,7 +7,7 @@ using System.Runtime.Serialization;
|
||||
|
||||
namespace Microsoft.Iris.Debug.SystemNet;
|
||||
|
||||
public class NetDebuggerClient : IDebuggerClient, IDisposable
|
||||
public class NetDebuggerClient : IDebuggerClient, IRemoteDebuggerState, IDisposable
|
||||
{
|
||||
private readonly Socket _socket;
|
||||
private readonly ConcurrentQueue<byte[]> _outQueue = new();
|
||||
|
||||
Reference in New Issue
Block a user