<?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>CodeWarrior for MCUのトピックBetter debugger</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Better-debugger/m-p/173761#M5545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Hi guys, I'm currently use the&amp;nbsp;CodeWarrior 6.1 for development in HCS08 microcontrollers, the C compiler is realy a very good compiler, but the integrate Debugger ( I think that the code name is HiWare ) &amp;nbsp;is very bad for mee, for example, very poor user frendly, Exist another alternative to this ?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks in advance and sorry for my english.&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message Edited by Richard777 on &lt;/SPAN&gt;&lt;SPAN class="date_text"&gt;2008-07-17&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;11:46 AM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jul 2008 21:43:53 GMT</pubDate>
    <dc:creator>Richard777</dc:creator>
    <dc:date>2008-07-17T21:43:53Z</dc:date>
    <item>
      <title>Better debugger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Better-debugger/m-p/173761#M5545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Hi guys, I'm currently use the&amp;nbsp;CodeWarrior 6.1 for development in HCS08 microcontrollers, the C compiler is realy a very good compiler, but the integrate Debugger ( I think that the code name is HiWare ) &amp;nbsp;is very bad for mee, for example, very poor user frendly, Exist another alternative to this ?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks in advance and sorry for my english.&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Message Edited by Richard777 on &lt;/SPAN&gt;&lt;SPAN class="date_text"&gt;2008-07-17&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;11:46 AM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 21:43:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Better-debugger/m-p/173761#M5545</guid>
      <dc:creator>Richard777</dc:creator>
      <dc:date>2008-07-17T21:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Better debugger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Better-debugger/m-p/173762#M5546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The amusing thing about the Hiware debugger is that it is buggy. If it starts behaving oddly, reboot.&lt;BR /&gt;&lt;BR /&gt;My understanding is that Freescale is moving over to the Eclipse platform. So maybe next year things will change.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Dusty&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 00:57:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Better-debugger/m-p/173762#M5546</guid>
      <dc:creator>DustyStew</dc:creator>
      <dc:date>2008-09-19T00:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Better debugger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Better-debugger/m-p/173763#M5547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thanks for your responce !&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Best regards !&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 04:18:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Better-debugger/m-p/173763#M5547</guid>
      <dc:creator>Richard777</dc:creator>
      <dc:date>2008-09-19T04:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Better debugger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Better-debugger/m-p/173764#M5548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;The main problem with the debugger is that whoever made it didn't know of modern programming with multi-threading (modern as in 1995 or later...). Everything goes on in one thread, which causes the user inferface to lock up if the rest of the program doesn't get any response from the hardware...&lt;BR /&gt;&lt;BR /&gt;But have in mind that Codewarrior is owned by Freescale, who make the big cash from selling micros, not software. Therefore CW is free up to 32kb of code or 32 source files. The alternatives are not free. Some alternatives are:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cosmicsoftware.com" target="test_blank"&gt;http://www.cosmicsoftware.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.pemicro.com" target="test_blank"&gt;http://www.pemicro.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.softecmicro.com" target="test_blank"&gt;http://www.softecmicro.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.iar.com" target="test_blank"&gt;http://www.iar.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.lauterbach.com" target="test_blank"&gt;http://www.lauterbach.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I haven't used all of these, so I can't tell which ones that are user-friendly or not. They might require that you use a certain kind of BDM, since some of those companies are first and foremost BDM manufacturers.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 20:33:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Better-debugger/m-p/173764#M5548</guid>
      <dc:creator>Lundin</dc:creator>
      <dc:date>2008-09-19T20:33:12Z</dc:date>
    </item>
  </channel>
</rss>

