<?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>Kinetis Design StudioのトピックRe: USBDM realtime debugging</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/USBDM-realtime-debugging/m-p/457484#M4716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay, thank you for the clarification. This feature will be available in future KDS releases? I don't know if it's supported by gdb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;gaston&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2015 15:41:24 GMT</pubDate>
    <dc:creator>gschelotto</dc:creator>
    <dc:date>2015-07-07T15:41:24Z</dc:date>
    <item>
      <title>USBDM realtime debugging</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/USBDM-realtime-debugging/m-p/457480#M4712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to enable real-time view of expressions while I debug using USBDM and KDS 3.0?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;gaston&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 08:23:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/USBDM-realtime-debugging/m-p/457480#M4712</guid>
      <dc:creator>gschelotto</dc:creator>
      <dc:date>2015-07-07T08:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM realtime debugging</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/USBDM-realtime-debugging/m-p/457481#M4713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please go to IDE menu "Window", "Show View", "Expressions" to open the expression window.&lt;/P&gt;&lt;P&gt;for more information. please see attached video.&lt;/P&gt;&lt;P&gt;can this help?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Zhang Jun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 09:24:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/USBDM-realtime-debugging/m-p/457481#M4713</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2015-07-07T09:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM realtime debugging</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/USBDM-realtime-debugging/m-p/457482#M4714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;can this help?&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Not really. I'd like to see how the expressions change in some auto-refresh mode (ie. every 100ms), during runtime debug.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;gaston&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 09:40:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/USBDM-realtime-debugging/m-p/457482#M4714</guid>
      <dc:creator>gschelotto</dc:creator>
      <dc:date>2015-07-07T09:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM realtime debugging</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/USBDM-realtime-debugging/m-p/457483#M4715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gaston,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With CodeWarrior I can watch varables while the target is running ( &lt;A href="http://mcuoneclipse.com/2013/01/27/live-view-for-variables-and-memory/" title="http://mcuoneclipse.com/2013/01/27/live-view-for-variables-and-memory/"&gt;Live View for Variables and Memory | MCU on Eclipse&lt;/A&gt; ). This is a CodeWarrior specific extension of CDT, and not available in KDS.&lt;/P&gt;&lt;P&gt;CodeWarrior is using a proprietary debugger engine, while KDS is using gdb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all of above are mentioned in professor Erich's blog:&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2014/09/28/comparing-codewarrior-with-kinetis-design-studio/" title="http://mcuoneclipse.com/2014/09/28/comparing-codewarrior-with-kinetis-design-studio/"&gt;Comparing CodeWarrior with Kinetis Design Studio | MCU on Eclipse&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does this make sense for you?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Zhang Jun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 10:33:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/USBDM-realtime-debugging/m-p/457483#M4715</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2015-07-07T10:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM realtime debugging</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/USBDM-realtime-debugging/m-p/457484#M4716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay, thank you for the clarification. This feature will be available in future KDS releases? I don't know if it's supported by gdb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;gaston&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 15:41:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/USBDM-realtime-debugging/m-p/457484#M4716</guid>
      <dc:creator>gschelotto</dc:creator>
      <dc:date>2015-07-07T15:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: USBDM realtime debugging</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/USBDM-realtime-debugging/m-p/457485#M4717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't receive any information regarding this feature in the new version.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but as a suggestion, i suggest you create a SR as a feature requst to &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:support@freescale.com"&gt;support@freescale.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;freescale support team may escalate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;Have a great day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;Zhang Jun&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 16:42:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/USBDM-realtime-debugging/m-p/457485#M4717</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2015-07-07T16:42:25Z</dc:date>
    </item>
  </channel>
</rss>

