[ns] Complete oTCL Debugging Guide -http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_debugging2.html

Bob McConnell rvm at CBORD.com
Thu Jun 30 14:40:17 PDT 2005


> From: ns-users-bounces at ISI.EDU 
> [mailto:ns-users-bounces at ISI.EDU] On Behalf Of Pedro Estrela
> Sent: Thursday, June 30, 2005 4:46 PM
> To: ns-users at ISI.EDU
> Cc: tracegraph at yahoogroups.com
> Subject: [ns] Complete oTCL Debugging Guide 
> -http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_debugging2.html
> 
> Greetings list!
> 
> I've made a guide for otcl debugging, complete with step-by-step
> instructions, screenshots, patches, etc 
> 
> Using my guide, for latest NS2-2.28 / TK8.4.5, its possible to have a
> debugging environment with:
> 
> -         TK window support
> 
> -         TKCon graphic console with history, line editing, command
> completation etc
> 
> -         Tcl-debug-2.0 with input / output redirected to console
> 
> -         MASH otcl inspector at run-time 
> 
>  
> 
> Check it here:
> 
> http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_debugging2.html
> 
> also, check the C++ and other debugging tips here:
> 
> http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_debugging.html
> 
> and my ns2 beginners page:
> 
> http://inesc-0.tagus.ist.utl.pt/~pmsrve/ns2/ns2_beginners.html
> 
> regards
> 
> Pedro Vale Estrela
> 

Hi Pedro,

A quick examination of the source for the beginners page reveals several
problems. The most obvious is the lack of header tags and a useful
title. But the more serious issue is the extra lines of text and URLs
after the closing body and html tags. If they were supposed to be
included on the page, somebody goofed. If not, they forgot to clean them
out.

For the former, insert this between the opening html and body tags:

<head>
<title>NS2 Debugging Page</title>
</head>

Bob McConnell



More information about the Ns-users mailing list