設定

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"); } } }

 

文章標籤
全站熱搜
創作者介紹
創作者 Kenneth 的頭像
Kenneth

Kenneth的部落格

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