Debug.Write("第一行\r\n第二行");
Console.Write("第一行\r\n第二行");
Console.ReadLine();

简单调试的时候 用起来还是很方便的