You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A .NET-native implementation of the debugger would be nice (for Xamarin/WPF consumers), maybe @zalmoxisus could offer some pointers for the wire specification?
Here is a draft documentation with Python examples. There's integration of socketcluster-client with .NET: SocketclusterClientDotNet.
But we might try to get it work with the extension directly without socketcluster and remotedev-server. I don't know much about how that could be done in .NET, but there're some examples like this and this.
UPDATE: Looks like we'll need to use a bridge here as well (messaging host), so there are no advantages comparing to current approach of using socketcluster/ remotedev-server.
A .NET-native implementation of the debugger would be nice (for Xamarin/WPF consumers), maybe @zalmoxisus could offer some pointers for the wire specification?
/cc @Lleutch
The text was updated successfully, but these errors were encountered: