Exemplo n.º 1
0
 public void dbugStartRecord(string filename)
 {
     dbug_LexerReport = new dbugLexerReport();
     dbug_LexerReport.Start(filename);
 }
Exemplo n.º 2
0
 public void dbugEndRecord()
 {
     dbug_LexerReport.End();
     dbug_LexerReport = null;
 }
Exemplo n.º 3
0
 public void dbugStartRecord(System.IO.StreamWriter writer)
 {
     dbug_LexerReport = new dbugLexerReport();
     dbug_LexerReport.Start(writer);
 }