- For TCL-level debugging you can use tcl-debug. You have to download it and install it in addition with ns and also when you "./configure" your ns code you have to put it as a parameter, i.e. (--with-tcl-debug).
For C-level debugging you can install a graphical debugger such as DDD (frontend for GNUDB), but at first you have to "configure" the compilation of ns to be prepared for debugging. You can do this by giving the parameter --enable-debug while you are configuring ns. In total, if you want both TCL-level and C-level debugging you must put both parameters when you execute "./configure" and also install separately both debuggers (tcl-debug and ddd). Regards, -Fk ---------- Forwarded message ---------- > From: hamid reza <[EMAIL PROTECTED]> > To: [email protected] > Date: Fri, 13 Oct 2006 06:31:06 -0700 (PDT) > Subject: [ns] How do you Debug your Codes? > Dear All, > How do you Debug your codes? > What is the best tool for this issue? > > > Best Regards > Hamid reza > > > -- Filippos N Kolovos Software Systems Analyst & Engineer M.Sc. (Eng.) in Data Communications Automation & Networking Department University of Macedonia Library Egnatia 156, P.O.Box 1591 540 06 Thessaloniki, Greece E-Mail: [EMAIL PROTECTED], [EMAIL PROTECTED] ---------------------------------------------
