Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCP-based transport for the debugger #7

Open
et1975 opened this issue Jun 13, 2018 · 1 comment
Open

TCP-based transport for the debugger #7

et1975 opened this issue Jun 13, 2018 · 1 comment

Comments

@et1975
Copy link
Member

et1975 commented Jun 13, 2018

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

@zalmoxisus
Copy link

zalmoxisus commented Dec 3, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants