<?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のトピックDoes KDS support debug scripting</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Does-KDS-support-debug-scripting/m-p/649529#M8490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a console and script that can be used while debugging? &amp;nbsp;Specifically I'd like to automate the export of variables from the memory view to raw binary files as can be done via the GUI. &amp;nbsp;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2016 02:06:41 GMT</pubDate>
    <dc:creator>ohiogt</dc:creator>
    <dc:date>2016-10-19T02:06:41Z</dc:date>
    <item>
      <title>Does KDS support debug scripting</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Does-KDS-support-debug-scripting/m-p/649529#M8490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a console and script that can be used while debugging? &amp;nbsp;Specifically I'd like to automate the export of variables from the memory view to raw binary files as can be done via the GUI. &amp;nbsp;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 02:06:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Does-KDS-support-debug-scripting/m-p/649529#M8490</guid>
      <dc:creator>ohiogt</dc:creator>
      <dc:date>2016-10-19T02:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Does KDS support debug scripting</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Does-KDS-support-debug-scripting/m-p/649530#M8491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Shawn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a Expressions view can check variable and&amp;nbsp; "EmbSys Registers" to check&lt;/P&gt;&lt;P&gt;registers .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/4979i3496A5D573407081/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this can helps ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice&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>Wed, 19 Oct 2016 07:28:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Does-KDS-support-debug-scripting/m-p/649530#M8491</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-10-19T07:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Does KDS support debug scripting</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Does-KDS-support-debug-scripting/m-p/649531#M8492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shawn,&lt;/P&gt;&lt;P&gt;KDS is using GDB (client and server) for debugging. There are many ways how you can script GDB.&lt;/P&gt;&lt;P&gt;You can do this outside the IDE, see &lt;A class="link-titled" href="https://mcuoneclipse.com/2015/03/25/command-line-programming-and-debugging-with-gdb/" title="https://mcuoneclipse.com/2015/03/25/command-line-programming-and-debugging-with-gdb/"&gt;https://mcuoneclipse.com/2015/03/25/command-line-programming-and-debugging-with-gdb/&lt;/A&gt; or &lt;A class="link-titled" href="https://mcuoneclipse.com/2015/08/26/batch-programming-with-gdb-segger-j-link-and-pe-multilink/" title="https://mcuoneclipse.com/2015/08/26/batch-programming-with-gdb-segger-j-link-and-pe-multilink/"&gt;https://mcuoneclipse.com/2015/08/26/batch-programming-with-gdb-segger-j-link-and-pe-multilink/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the console in Eclipse to execute single commands or scripts, see&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuoneclipse.com/2015/07/14/automatic-variable-expression-and-memory-display-with-gdb-and-eclipse/" title="https://mcuoneclipse.com/2015/07/14/automatic-variable-expression-and-memory-display-with-gdb-and-eclipse/"&gt;https://mcuoneclipse.com/2015/07/14/automatic-variable-expression-and-memory-display-with-gdb-and-eclipse/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for exporting memory: there is the 'dump' command in GDB you can use to save memory/variables to a file, see&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuoneclipse.com/2015/01/05/updated-percepio-tracealyzer-and-trace-library-to-version-v2-7-0/" title="https://mcuoneclipse.com/2015/01/05/updated-percepio-tracealyzer-and-trace-library-to-version-v2-7-0/"&gt;https://mcuoneclipse.com/2015/01/05/updated-percepio-tracealyzer-and-trace-library-to-version-v2-7-0/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 07:42:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Does-KDS-support-debug-scripting/m-p/649531#M8492</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-10-19T07:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Does KDS support debug scripting</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Does-KDS-support-debug-scripting/m-p/649532#M8493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, that points me in the right direction. &amp;nbsp;I'll read though material you posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shawn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 13:46:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Does-KDS-support-debug-scripting/m-p/649532#M8493</guid>
      <dc:creator>ohiogt</dc:creator>
      <dc:date>2016-10-19T13:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Does KDS support debug scripting</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Does-KDS-support-debug-scripting/m-p/649533#M8494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;Thanks for the response. &amp;nbsp;I think I understand GUI Expression and register views. &amp;nbsp;I'm just trying to speed up the export of large arrays for analysis in external tools. &amp;nbsp;I'm hoping to automate this process with a scripting language.&lt;/P&gt;&lt;P&gt;Shawn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 14:37:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Does-KDS-support-debug-scripting/m-p/649533#M8494</guid>
      <dc:creator>ohiogt</dc:creator>
      <dc:date>2016-10-19T14:37:26Z</dc:date>
    </item>
  </channel>
</rss>

