Windows Live Writer PlugIn Insert Code 测试

很好用,还可以加入行号与背景色,不错

   1:  using System;
   2:  using System.Collections.Generic;
   3:  using System.Text;
   4:  using System.Diagnostics;
   5:  namespace DebugTest
   6:  {
   7:      class Program
   8:      {
   9:          static void Main(string[] args)
  10:          {
  11:              //Trace.Listeners.Clear();
  12:              //DefaultTraceListener defaultTrac = new DefaultTraceListener();
  13:              //Trace.Listeners.Add(defaultTrac);
  14:              Debugger.Log(2, "a", "this is test");
  15:              Console.ReadLine();
  16:          }
  17:      }
  18:  }
 
Insert Code for Windows Live Writer 下载地址
原文地址:https://www.cnblogs.com/forrestsun/p/757744.html