MonoDevelop调试错误

时间:2012-01-25 09:29:30

标签: mono monodevelop

我最近更改为Ubuntu 11.10(来自Windows Vista)。我使用mono(2.8.5)作为我的IDE(之前是C#VS.net)进行编程。

作为一个快速测试,我想用以下代码制作一个控制台程序:

using System;

namespace DeleteMe1
{
class MainClass
{
    public static void Main (string[] args)
    {
        Console.WriteLine ("Hello World!");
        Console.ReadKey ();
    }
}
}

如果我运行该程序,我会看到一个屏幕出现并消失(非常快)。当我调试时,我收到以下错误:

Could not open port for debugger. Another process may be using the port.

有人熟悉这些消息吗?我已经尝试了以下内容:

https://stackoverflow.com/questions/8...using-the-port

但属性键(Property key =“MonoTouch.Debugger.Port”value =“10000”)不可用。

怎么了?

提前致谢,并表示最诚挚的问候。

0 个答案:

没有答案