A Debug/Trace Tool

By Rainer Storn

Dr. Dobb's Journal February 1997

 for(u=0;u<6;u++)
  {
     for(v=0;v<6;v++)
      dbg("1_init1",2,
          "w[%d][%d] = 
%d   ",u,v,w[u][v]);
  }

Example 2: You can use the SSKIP command to skip the next 34 stop points.

Back to Article


Copyright © 1997, Dr. Dobb's Journal