DebugWindowへの出力

// Debug:デバッグウインドに出力できる。

// ReleaseModeでビルドすると実行されない。
System.Diagnostics.Debug.WriteLine("Test");