I've recently installed Mono on a BeagleBone embedded ARM device, looking to connect a Kinnect sensor by USB and control it with C#/Mono
I'm wondering, does Mono (I'm using MonoDevelop but I guess this question also applies to VS) allow you to develop locally and then debug the code against a remote target? If so how can this be accomplished?
I've heard that the Soft Debugger might be what I need but after poking around in the configuration and having a look at the docs I can't find what I need....
Thanks!