<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ACE TCL script debug. in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ace-tcl-script-debug/m-p/1110939#M22720</link>
    <description>&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to write custom TCL script in ACE. I would like to write some info for debugging to the console with "puts $VAR ", but nothing is shown. &lt;/P&gt;&lt;P&gt;What could be the problem ? I have debug hm all on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;szicsu&lt;/P&gt;</description>
    <pubDate>Wed, 05 Nov 2008 10:18:40 GMT</pubDate>
    <dc:creator>szilmatyas</dc:creator>
    <dc:date>2008-11-05T10:18:40Z</dc:date>
    <item>
      <title>ACE TCL script debug.</title>
      <link>https://community.cisco.com/t5/application-networking/ace-tcl-script-debug/m-p/1110939#M22720</link>
      <description>&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to write custom TCL script in ACE. I would like to write some info for debugging to the console with "puts $VAR ", but nothing is shown. &lt;/P&gt;&lt;P&gt;What could be the problem ? I have debug hm all on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;szicsu&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2008 10:18:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-tcl-script-debug/m-p/1110939#M22720</guid>
      <dc:creator>szilmatyas</dc:creator>
      <dc:date>2008-11-05T10:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: ACE TCL script debug.</title>
      <link>https://community.cisco.com/t5/application-networking/ace-tcl-script-debug/m-p/1110940#M22721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look into an existing script and reuse the same debug function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc ace_debug { msg } {&lt;/P&gt;&lt;P&gt;    global debug ip port EXIT_MSG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    set EXIT_MSG $msg&lt;/P&gt;&lt;P&gt;    if { [ info exists ip ] &amp;amp;&amp;amp; [ info exists port ] } {&lt;/P&gt;&lt;P&gt;        set EXIT_MSG "[ info script ]:$ip:$port: $EXIT_MSG "&lt;/P&gt;&lt;P&gt;    }&lt;/P&gt;&lt;P&gt;    if { [ info exists debug ] &amp;amp;&amp;amp; $debug } {&lt;/P&gt;&lt;P&gt;        puts $EXIT_MSG&lt;/P&gt;&lt;P&gt;    }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2008 10:30:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ace-tcl-script-debug/m-p/1110940#M22721</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2008-11-10T10:30:22Z</dc:date>
    </item>
  </channel>
</rss>

