mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Add debugger connect/disconnect messages
This commit is contained in:
@@ -25,11 +25,13 @@ public class DebuggerService
|
||||
|
||||
_client = new ZmqDebuggerClient(connectionUri);
|
||||
_client.DispatcherStep += Client_DispatcherStep;
|
||||
|
||||
_output.AppendLine($"Debugger connected to {_client.ConnectionUri}");
|
||||
}
|
||||
|
||||
private void Client_DispatcherStep(string obj)
|
||||
{
|
||||
_output?.AppendLine($"[Dispatcher] {obj}");
|
||||
//_output?.AppendLine($"[Dispatcher] {obj}");
|
||||
}
|
||||
|
||||
public void Stop()
|
||||
@@ -42,5 +44,6 @@ public class DebuggerService
|
||||
|
||||
_client.DispatcherStep -= Client_DispatcherStep;
|
||||
_client = null;
|
||||
_output.AppendLine($"Debugger disconnected");
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
Submodule libs/MicrosoftIris updated: cce208c4ea...8835d0f068
Reference in New Issue
Block a user