<?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: Capture IDE Debugger Console Output to Local File in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1927137#M12596</link>
    <description>Thank you for your suggestion Julián&lt;BR /&gt;- unfortunately, I believe that this still relies on the use of the stdio library functions that as per my prevous explanation I can't use in my design.&lt;BR /&gt;I was hoping to find debugger console command options that would re-direct the console command output to a local file.&lt;BR /&gt;For example, the debugger console command 'print' supports a variety of command line options to format and display program variables and memory to the console, but I cannot identify any setting to redirect that command output to a local file.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dave</description>
    <pubDate>Wed, 07 Aug 2024 08:12:15 GMT</pubDate>
    <dc:creator>Dave_the_coder</dc:creator>
    <dc:date>2024-08-07T08:12:15Z</dc:date>
    <item>
      <title>Capture IDE Debugger Console Output to Local File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1925465#M12584</link>
      <description>&lt;P&gt;Is there a built-in IDE method to export or re-direct the S32 Design Studion Debugger Console content to a local file?&lt;/P&gt;&lt;P&gt;I'm using the IDE debugger console to display large data arrays that are being used to capture realtime diagnostic information for seperate analysis, (using debugger commands like&amp;nbsp;&lt;FONT face="courier new,courier"&gt;print -array on -array-indexes on -elements unlimited -pretty off -- waitrec_m&lt;/FONT&gt;)&amp;nbsp; but I have to manually select/copy the resulting console text in order to save it elsewhere.&lt;/P&gt;&lt;P&gt;I'm hoping to be able to better automate this process.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 15:27:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1925465#M12584</guid>
      <dc:creator>Dave_the_coder</dc:creator>
      <dc:date>2024-08-05T15:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Capture IDE Debugger Console Output to Local File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1925579#M12585</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215334"&gt;@Dave_the_coder&lt;/a&gt;,&lt;/P&gt;
&lt;P lang="es-MX"&gt;If you are using Semihosting to print into the console, you can use fprint instead to write directly into a file. Please look at the following community posts:&lt;/P&gt;
&lt;UL type="disc"&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/Writing-to-a-file-fprintf-in-MCUXpresso-IDE-11-3-1/m-p/1289245" target="_blank"&gt;Solved: Writing to a file (fprintf) in MCUXpresso IDE (11.3.1) - NXP Community&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/MCUXpresso-IDE/Redirect-debug-console-to-file/td-p/1228946" target="_blank"&gt;Redirect debug console to file - NXP Community&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P lang="es-MX"&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2024 17:35:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1925579#M12585</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-08-05T17:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Capture IDE Debugger Console Output to Local File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1926132#M12587</link>
      <description>Julián - Thank you for taking the time to respond, it is greatly appreciated!&lt;BR /&gt;&lt;BR /&gt;Unfortunately, I cannot embed any Semihosting functions into the code I am testing as it has time-critical behaviour that breaks with the addition of fprintf() or similar library calls. I only have enough throughput capacity to write diagnostic data directly into ram-based arrays - after hitting a breakpoint I then have to display the captured data to the debug console and it is from that I am trying to capture the resulting console output.&lt;BR /&gt;I have looked through the available debug console commands but have not yet identified (or understood) anything that allows the console output to be redirected.&lt;BR /&gt;&lt;BR /&gt;Regardless, thank you again for your suggestions.&lt;BR /&gt;Dave</description>
      <pubDate>Tue, 06 Aug 2024 08:18:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1926132#M12587</guid>
      <dc:creator>Dave_the_coder</dc:creator>
      <dc:date>2024-08-06T08:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Capture IDE Debugger Console Output to Local File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1926629#M12594</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/215334"&gt;@Dave_the_coder&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I'm not sure if this is the option you are looking for, but you can also select an output file from "Debug Configurations &amp;gt; Standard Input and Output"&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julin_AragnM_0-1722966980712.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/292240iDA25B1BBFF88E3FA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julin_AragnM_0-1722966980712.png" alt="Julin_AragnM_0-1722966980712.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 17:57:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1926629#M12594</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-08-06T17:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Capture IDE Debugger Console Output to Local File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1927137#M12596</link>
      <description>Thank you for your suggestion Julián&lt;BR /&gt;- unfortunately, I believe that this still relies on the use of the stdio library functions that as per my prevous explanation I can't use in my design.&lt;BR /&gt;I was hoping to find debugger console command options that would re-direct the console command output to a local file.&lt;BR /&gt;For example, the debugger console command 'print' supports a variety of command line options to format and display program variables and memory to the console, but I cannot identify any setting to redirect that command output to a local file.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 07 Aug 2024 08:12:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1927137#M12596</guid>
      <dc:creator>Dave_the_coder</dc:creator>
      <dc:date>2024-08-07T08:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Capture IDE Debugger Console Output to Local File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1927148#M12597</link>
      <description>&lt;P&gt;To clarify:&lt;/P&gt;&lt;P&gt;I have been referring to the output obtained from the IDE Debugger Console :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_the_coder_0-1723018721083.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/292325i46EEB44F5F7A12F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_the_coder_0-1723018721083.png" alt="Dave_the_coder_0-1723018721083.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- not the Standard input/Output console:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dave_the_coder_1-1723018821091.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/292328i05E58E8FFE34CE76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dave_the_coder_1-1723018821091.png" alt="Dave_the_coder_1-1723018821091.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 08:20:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1927148#M12597</guid>
      <dc:creator>Dave_the_coder</dc:creator>
      <dc:date>2024-08-07T08:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Capture IDE Debugger Console Output to Local File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1927284#M12598</link>
      <description>I finally located the answer - the IDE debug console has commands 'dump' and 'set logging' options to redirect the output to a local file.&lt;BR /&gt;&lt;BR /&gt;The answer was in one of the links 1st provided by Julián (Redirect debug console to file - NXP Community) - I completely missed the references in that link!&lt;BR /&gt;&lt;BR /&gt;Julián - Apologies and Thanks!&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 07 Aug 2024 10:17:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1927284#M12598</guid>
      <dc:creator>Dave_the_coder</dc:creator>
      <dc:date>2024-08-07T10:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Capture IDE Debugger Console Output to Local File</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1927600#M12599</link>
      <description>&lt;P&gt;No problem, Dave! I'm Glad you were able to find the solution.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 17:01:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Capture-IDE-Debugger-Console-Output-to-Local-File/m-p/1927600#M12599</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-08-07T17:01:14Z</dc:date>
    </item>
  </channel>
</rss>

