VisualStudio: no debug output

后端 未结 12 977
有刺的猬
有刺的猬 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 04:13

    Also worth checking - right-click in the output window, and ensure "Program output" is checked.

提交回复
热议问题