External Terminal / Debug outside the IDE

后端 未结 2 1504
鱼传尺愫
鱼传尺愫 2020-11-29 13:13

I\'m starting to use Xamarin Studio, and migrating from VS to it, but when I try to run a console application (the unique one loaded at the moment), fails and throws an exce

2条回答
  •  渐次进展
    2020-11-29 14:11

    You need to set the project option to have it run your console app in an external console:

    Visual Studio For Mac:

    Project Options / Run / Configurations / Default / Run on external console

    Xamarin Studio:

    Project Options / Run / General / Run on external console

提交回复
热议问题