I am considering developing several console / service applications for Linux using Mono C #.
The preferred development environment is Windows with Visual Studio 2013.
Are there any solutions for remotely debugging a Mono C # console process running on Linux with Visual Studio 2013?
In an ideal solution, a simple F5 will deploy assembly output to a remote linux host, run the application on the host, and then attach the debugger so that I can locally use all the standard Visual Studio 2013 debugging capabilities (breakpoints, stacktrace, viewport, etc.)
Is this currently possible? This add-on here ( http://www.giesswein-apps.at/mono ) seems like a nice solution, but it looks pretty new, and I can’t say if it is only for RaspberryPi.
I understand that Xamarin provides cross-platform mobile development solutions, but do they have any solutions that could facilitate the development of C # Linux?
source share