1 2 3 4 5 6 7
using System; class Foo { void Bar() { Console.WriteLine("debug info"); Console.Write("more debug"); } }