安装了Linux版本的MonoDevelop之后,在运行程序的时候会提示Could not connnet to the debugger.的错误。

原因是新版本的Gnome Terminal不再接受--disable-factory参数。

解决办法有二:

1. 在命令行里输入:

$ unset GNOME_DESKTOP_SESSION_ID

$ monodevelop

 

2. 在项目的Project Options > Run > General里,将Run on external console取消勾选。

 

相关文章:

  • 2021-05-29
  • 2022-12-23
  • 2021-11-21
  • 2021-12-11
  • 2021-04-27
  • 2021-07-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-03
  • 2021-10-12
  • 2021-06-08
  • 2021-10-10
  • 2021-06-14
  • 2021-12-13
相关资源
相似解决方案