.NET Remote Debugging on Different Operating System

2

Is it possible after installing and debugging an application running on linux through the mono of a windows machine?

The Environment is as follows:

An application was developed in Windows using only the standard .NET 4.0 libraries.

This application is running on Linux, installation has been done, all files have been created without problems and the application is running, but it has many problems.

While attempting to resolve compatibility issues, however, the resolution is slow and would be extremely productive if you could enable remote debugging.

In general I program in Java, PHP and C, in these languages it is quite simple to remote debugging using Netbeans, Eclipse and etc ...

There is a way to enable remote debugging for Visual Studio .NET and the programmer can debug the application running on the linux machine (which is mono) >?

If yes how to do this?

    
asked by anonymous 21.10.2015 / 21:39

0 answers