Hello,
When I’m trying to import a project created from VS in Window to Monodevelop in Linux,
I can compile, build, run, OK.
but I can’t debug in Monodevelop for some reason.
When I try debug the application or just run it without debug mode, the application just don’t launch.
Obs: If I build the application and then launch it directly (mono app.exe)
it works normal.
What I’m doing to override the situation is:
I’m maintaining two projects, one for VS and another for Monodevelop;
The source is the same, I’m just linking the same source in both projects, then changes made to one, affects the other.
Obs: Projects created from Monodevelop project template also don’t launch perfectly in VS.
Someone know a way to handle this?
I want to maintain only one project for both Platforms/IDE.