Writing to output window of Visual Studio

前端 未结 13 1598
忘了有多久
忘了有多久 2020-11-28 17:56

I am trying to write a message to the output window for debugging purposes. I searched for a function like Java\'s system.out.println(\"\"). I tried Debug

相关标签:
13条回答
  • 2020-11-28 18:25

    You may be looking for

    MessageBox.Show()
    

    or

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