Console.WriteLine does not show up in Output window

后端 未结 9 1405
梦毁少年i
梦毁少年i 2020-12-07 19:49

I have put some Console.WriteLine calls in to test, but they aren\'t appearing in the output box?

public static ArrayList myDeliveries = new Arr         


        
9条回答
  •  轮回少年
    2020-12-07 20:14

    When issue happening on Mac VS 2017 (Which I faced).

    1. Go to Project >> "Your Project name" options.
    2. An option window will pop up
    3. Go to RUN >> Default menu option
    4. Tick the "Run on external console" option TRUE and say OK

    Run your application code now.

提交回复
热议问题