Redirect Console.Write… Methods to Visual Studio's Output Window While Debugging

前端 未结 7 1374
死守一世寂寞
死守一世寂寞 2020-12-03 04:47

From a Console Application project in Visual Studio, I want to redirect Console\'s output to the Output Window

相关标签:
7条回答
  • 2020-12-03 05:23

    You can change it to System.Diagnostics.Debug.Write();

    0 讨论(0)
提交回复
热议问题