VisualStudio: no debug output

后端 未结 12 1008
有刺的猬
有刺的猬 2020-12-24 03:13

I\'m trying to debug a C# application. The method:

System.Diagnostics.Debug.WriteLine(\"something\");

should do the work, but in the Output

12条回答
  •  我在风中等你
    2020-12-24 03:54

    IF you use shortcuts, make sure you press F5 to Start Debugging mode (not Ctr+F5).

    F5 Starting Debugging

    CTRL+F5 Starting Without Debugging

提交回复
热议问题