mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Added custom UIX debug bridge
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Microsoft.Iris.Debug;
|
||||
|
||||
namespace SimpleDebugClient
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Bridge bridge = new(OwlCore.Remoting.RemotingMode.Client);
|
||||
while (true) ;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user