設定
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"); } } }
文章標籤
全站熱搜
留言列表