MonoDevelop on Ubuntu — No compiler, no debugger, nothing… why?

Up vote 0 down vote favorite share g+ share fb share tw.

I've tried to use MonoDevelop 2.4 and 2.6 with Ubuntu 11.04, but neither of them seems to actually provide any way of running the project. (As the picture shows, the Run, Step, and Debug items are disabled -- both on the toolbar and inside the menus. ) This is true for all project types I've seen so far -- C#, Python, etc... But mono-debugger is installed.

Is there some post-setup task that I need to do manually, for this to work? Debugging ubuntu mono monodevelop ubuntu-11.04 link|improve this question asked Oct 17 '11 at 2:53Mehrdad29.9k339103 85% accept rate.

Open up the Solution pad and click on the Test1 project (not the solution at the root of the tree, but the project just below it). I'm just guessing here since I don't have Ubuntu and can't actually test anything. Edit: actually, it looks like clicking on the Solution would work as well.

From looking at the code, another possibility is that you don't have a build target? Not sure how that would happen, but unless you only opened Main.cs and not actually Test1. Sln, I don't know what to suggest.

When you opened the project, which file did you open? Test1. Sln?

Test1. Csproj? Or Main.cs?

I couldn't believe my eyes, it was indeed the lack of having selected a project O__O! Thanks so much. – Mehrdad Jan 15 at 4:19.

Try looking for mono-mdb and more packages in synaptic, this may fix this issue. Don't remember exact names, Linux box at home...

I think I tried that with the older version and it didn't work, but I'll try it with 2.6 and see how it goes... – Mehrdad Oct 17 '11 at 14:55 I've tried it yesterday at home and monodevelop worked fine (just updated to 11.10). A lot of other things broke down, though... – Anton Oct 18 '11 at 9:28 mdb is deprecated, the new soft debugger (sdb) support is built in – mhutch Oct 23 '11 at 10:15.

It looks like you just opened Main.cs. It won't work that way.

Yes, it's a project called Temp1, as it says in the title bar. Just curious, what made you think it wasn't? – Mehrdad Oct 17 '11 at 14:53.

Make sure you installed the compilers (mcs etc).

I tried installing mono-mcs, but still the same issue... – Mehrdad Oct 18 '11 at 6:52.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions