Implement new System.Net.Sockets debugger

This commit is contained in:
Yoshi Askharoun
2023-06-01 20:18:53 -05:00
parent 5401f988b9
commit 3539ed4826
8 changed files with 293 additions and 11 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ public interface IDebuggerClient
/// <summary>
/// The URI the client is connected to.
/// </summary>
string ConnectionUri { get; }
Uri ConnectionUri { get; }
/// <summary>
/// Fired when the UIX interpreter steps forward.