debugger icon indicating copy to clipboard operation
debugger copied to clipboard

TCP-based transport for the debugger

Open et1975 opened this issue 7 years ago • 1 comments

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

et1975 avatar Jun 13 '18 18:06 et1975

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.

zalmoxisus avatar Dec 03 '18 21:12 zalmoxisus