設定
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"); } } }
設定
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"); } } }
請先 登入 以發表留言。