Console project fails to run in MonoDevelop 6.3 on Ubuntu

荒凉一梦 提交于 2019-12-17 17:14:11

问题


I installed MonoDevelop 6.3 on Ubuntu using flatpak install --user --from https://download.mono-project.com/repo/monodevelop.flatpakref.

When I create a new console project and hit F5 to start it with debugging, MonoDevelop can't start it and gives me an error message saying:

Debugger operation failed Cannot start process because a file name has not been provided.

Ctrl+F5 also doesn't work, it says:

Cannot execute "/home/sashoalm/...


回答1:


You will need to edit the run configuration and uncheck the box that says "Run on external console," then it will run just fine. Currently, there is no external console application inside the flatpak container, so it is not possible to run on the external console.



来源:https://stackoverflow.com/questions/43951799/console-project-fails-to-run-in-monodevelop-6-3-on-ubuntu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!