TCP-based transport for the debugger
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
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.