設定

Tools > Options > Debugging > "Redirect all Output Window text to the Immediate Window"

 

Code

 

using System;

using System.Diagnostics; namespace LeadingZero { class Program { static void Main(string[] args) { Debug.Print("Start"); } } }

 

arrow
arrow

    Kenneth 發表在 痞客邦 留言(0) 人氣()