<?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: Debugging the FRDM IMX93 from VS Code with MCUXpresso in MCUXpresso for VSCode</title>
    <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Debugging-the-FRDM-IMX93-from-VS-Code-with-MCUXpresso/m-p/2322117#M513</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/258983"&gt;@Shanmugapriya&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Yes!&lt;/P&gt;
&lt;P&gt;2) You can see this information in VS Code (check the attached image)&lt;/P&gt;</description>
    <pubDate>Tue, 24 Feb 2026 21:19:09 GMT</pubDate>
    <dc:creator>Chavira</dc:creator>
    <dc:date>2026-02-24T21:19:09Z</dc:date>
    <item>
      <title>Debugging the FRDM IMX93 from VS Code with MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Debugging-the-FRDM-IMX93-from-VS-Code-with-MCUXpresso/m-p/2320090#M505</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;Hi Team,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I followed the steps in the &lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Getting-Started-with-FRDM-IMX93-and-MCU-LINK-Pro-for-M-Core/ta-p/2108089" target="_self"&gt;guide&lt;/A&gt; and successfully uploaded the binary using a USB stick. I can now see the "Hello World" output in both VS Code and Tera Term.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;I would like to debug the same binary again in VS Code. Could you please advise on the correct procedure?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Do I need to repeat the steps to enter U-Boot and execute the three commands before starting the debug session, or is there a way to begin debugging directly from VS Code without going through the U-Boot process again?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Also advise on the boot switch (SW1) position if there is another way to begin directly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Please let me know if you need any additional information from my side.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 08:00:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Debugging-the-FRDM-IMX93-from-VS-Code-with-MCUXpresso/m-p/2320090#M505</guid>
      <dc:creator>Shanmugapriya</dc:creator>
      <dc:date>2026-02-19T08:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the FRDM IMX93 from VS Code with MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Debugging-the-FRDM-IMX93-from-VS-Code-with-MCUXpresso/m-p/2320371#M506</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/258983"&gt;@Shanmugapriya&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Unfortunately, that isn’t possible.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Any time you modify the code, you need to reload the updated binary into the processor’s memory and start a new debug session.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If needed, you can create an environment variable that allows you to load the binary to the M core with a single command.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 17:44:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Debugging-the-FRDM-IMX93-from-VS-Code-with-MCUXpresso/m-p/2320371#M506</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2026-02-19T17:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the FRDM IMX93 from VS Code with MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Debugging-the-FRDM-IMX93-from-VS-Code-with-MCUXpresso/m-p/2320524#M507</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I understand that when I make small code changes, I need to rebuild and reload the updated binary into the processor’s memory.&lt;/P&gt;&lt;P&gt;I have a few questions and would appreciate your clarification:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Since we can use breakpoints while debugging in VS Code, if I build a binary and flash it to the processor &lt;STRONG&gt;without debugging breakpoints&lt;/STRONG&gt;, can I later connect the debugger and set breakpoints from VS Code without reflashing the device? Or is it necessary to rebuild and reload the binary with debugging enabled to use breakpoints?&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Additionally, if there is already a binary stored in eMMC memory and I want to debug that same binary, is it possible to do so simply by connecting the J-Link probe and power cable from VS Code? In other words, can we attach the debugger to the existing binary in memory without reflashing it?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks in advance for your guidance.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 04:54:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Debugging-the-FRDM-IMX93-from-VS-Code-with-MCUXpresso/m-p/2320524#M507</guid>
      <dc:creator>Shanmugapriya</dc:creator>
      <dc:date>2026-02-20T04:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the FRDM IMX93 from VS Code with MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Debugging-the-FRDM-IMX93-from-VS-Code-with-MCUXpresso/m-p/2320773#M508</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/258983"&gt;@Shanmugapriya&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;1) There is no need to reload the binary. You only have to start the M core and then launch the debug session in VS Code.&lt;BR /&gt;Please make sure you are using the debug binary rather than the release binary.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;2) Yes, if the original code has not changed, you can simply load the existing binary into the M core and start the debug session.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Chavira&lt;/P&gt;</description>
      <pubDate>Fri, 20 Feb 2026 16:39:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Debugging-the-FRDM-IMX93-from-VS-Code-with-MCUXpresso/m-p/2320773#M508</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2026-02-20T16:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the FRDM IMX93 from VS Code with MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Debugging-the-FRDM-IMX93-from-VS-Code-with-MCUXpresso/m-p/2321043#M509</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;I just want to confirm whether my understanding is correct:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;1. When you say, &lt;EM&gt;“start the M‑core and load the existing binary into the M‑core”&lt;/EM&gt;, does this refer to running the following three commands?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;LI-CODE lang="markup"&gt;fatload mmc X:1 80000000 hello_world.bin; 
cp.b 0x80000000 0x201e0000 0x10000;
bootaux 0x1ffe0000 0&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp;&lt;/SPAN&gt;Regarding &lt;EM&gt;“debug binary rather than the release binary”&lt;/EM&gt; —&lt;BR /&gt;How do we identify which binary is debug and which is release in the project tree?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Feb 2026 17:17:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Debugging-the-FRDM-IMX93-from-VS-Code-with-MCUXpresso/m-p/2321043#M509</guid>
      <dc:creator>Shanmugapriya</dc:creator>
      <dc:date>2026-02-22T17:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging the FRDM IMX93 from VS Code with MCUXpresso</title>
      <link>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Debugging-the-FRDM-IMX93-from-VS-Code-with-MCUXpresso/m-p/2322117#M513</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/258983"&gt;@Shanmugapriya&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) Yes!&lt;/P&gt;
&lt;P&gt;2) You can see this information in VS Code (check the attached image)&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 21:19:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-for-VSCode/Debugging-the-FRDM-IMX93-from-VS-Code-with-MCUXpresso/m-p/2322117#M513</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2026-02-24T21:19:09Z</dc:date>
    </item>
  </channel>
</rss>

