<?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 Re: Logging individual variables in Hiwave in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Logging-individual-variables-in-Hiwave/m-p/171137#M3415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;There are other commands available that you can use to print only the value of a&amp;nbsp;specific variable.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Command e (for evaluate) can be used.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For instance&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; e fiboCount&lt;/DIV&gt;&lt;DIV&gt;will print value of variable fiboCount in the command window&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If you are looking for something&amp;nbsp;you can format yourself, you can use the command printf.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;printf ("fiboCount= %d", fiboCount)&lt;BR /&gt;will print&amp;nbsp;&amp;nbsp;&amp;nbsp; fiboCount = 5 for example in the command window.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please refer to {Install}\Help\PDF\Debugger_HC12.pdf Chapter "Book IV: Commands" for more information about commands and their syntax.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I hope this helps.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2007 20:31:55 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2007-12-07T20:31:55Z</dc:date>
    <item>
      <title>Logging individual variables in Hiwave</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Logging-individual-variables-in-Hiwave/m-p/171136#M3414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to log variables from inside my programs using the Hiwave debugger. I have a script running and logging the echo to Data:2 &amp;gt; DUMP every 100 seconds or so. (So my file looks like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Data:2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var1 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var2 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var3 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Data:2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var1 x&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var2 y&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var3 z&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However I don't want all of the variables that are showing up in Data:2, just 3 of them. Is there a way to do this or will I just have to parse through the file looking for the variables I want?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 05:23:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Logging-individual-variables-in-Hiwave/m-p/171136#M3414</guid>
      <dc:creator>Shugie</dc:creator>
      <dc:date>2007-12-07T05:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Logging individual variables in Hiwave</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Logging-individual-variables-in-Hiwave/m-p/171137#M3415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;There are other commands available that you can use to print only the value of a&amp;nbsp;specific variable.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Command e (for evaluate) can be used.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For instance&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; e fiboCount&lt;/DIV&gt;&lt;DIV&gt;will print value of variable fiboCount in the command window&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If you are looking for something&amp;nbsp;you can format yourself, you can use the command printf.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;printf ("fiboCount= %d", fiboCount)&lt;BR /&gt;will print&amp;nbsp;&amp;nbsp;&amp;nbsp; fiboCount = 5 for example in the command window.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please refer to {Install}\Help\PDF\Debugger_HC12.pdf Chapter "Book IV: Commands" for more information about commands and their syntax.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I hope this helps.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 20:31:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Logging-individual-variables-in-Hiwave/m-p/171137#M3415</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-12-07T20:31:55Z</dc:date>
    </item>
  </channel>
</rss>

