Debug.WriteLine not working

前端 未结 13 2030
梦毁少年i
梦毁少年i 2020-12-03 03:07

In the past, perhaps versions of Visual Studio prior to the 2008 that I am using now, I would do something like this in my VB.NET code:

System.Diagnostics.De         


        
13条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-03 03:31

    Check to see if the "Redirect all Output Window text to the Immediate Window" is checked under Tools -> Options -> Debugging -> General.

    Alternatively, you can use the Console.WriteLine() function as well.

提交回复
热议问题