<?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 Changing the initial breakpoint on debug startup in LPCXpresso IDE FAQs</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/Changing-the-initial-breakpoint-on-debug-startup/m-p/469078#M31</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the debugger starts, it automatically sets an initial (temporary) breakpoint on the first statement in main().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If desired, you can change where this initial breakpoint is set, or even remove it completely as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Right-click on your project in Project Explorer&lt;/LI&gt;&lt;LI&gt;Select &lt;STRONG&gt;Launch Configurations -&amp;gt; Edit Current&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;See the FAQ &lt;A _jive_internal="true" data-containerid="11529" data-containertype="14" data-objectid="389073" data-objecttype="1" href="https://community.nxp.com/thread/389073"&gt;Launch Configuration Menu&lt;/A&gt; for more details:&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; font-family: Arial, sans-serif; font-size: 12px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="145148_145148.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121262i241BE0B4FECF2151/image-size/large?v=v2&amp;amp;px=999" role="button" title="145148_145148.png" alt="145148_145148.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/26622i03E329CC5D85DAE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the Debug Configurations dialog, select the Debug or Release configuration for your project&lt;/LI&gt;&lt;LI&gt;Click on the Debugger tab&lt;/LI&gt;&lt;LI&gt;To change where the initial breakpoint is set, change the symbol in "Stop on startup at"&lt;UL&gt;&lt;LI&gt;To break at a specific address, use the syntax&lt;TT&gt; *&lt;EM&gt;&amp;lt;address&amp;gt;&lt;/EM&gt;&lt;/TT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;To stop an initial breakpoint being set, uncheck the "Stop on startup at" checkbox&lt;/LI&gt;&lt;LI&gt;Apply and debug your project&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2016 17:53:46 GMT</pubDate>
    <dc:creator>lpcware-support</dc:creator>
    <dc:date>2016-03-31T17:53:46Z</dc:date>
    <item>
      <title>Changing the initial breakpoint on debug startup</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/Changing-the-initial-breakpoint-on-debug-startup/m-p/469078#M31</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the debugger starts, it automatically sets an initial (temporary) breakpoint on the first statement in main().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If desired, you can change where this initial breakpoint is set, or even remove it completely as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Right-click on your project in Project Explorer&lt;/LI&gt;&lt;LI&gt;Select &lt;STRONG&gt;Launch Configurations -&amp;gt; Edit Current&lt;/STRONG&gt;&lt;UL&gt;&lt;LI&gt;See the FAQ &lt;A _jive_internal="true" data-containerid="11529" data-containertype="14" data-objectid="389073" data-objecttype="1" href="https://community.nxp.com/thread/389073"&gt;Launch Configuration Menu&lt;/A&gt; for more details:&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #646464; font-family: Arial, sans-serif; font-size: 12px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="145148_145148.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121262i241BE0B4FECF2151/image-size/large?v=v2&amp;amp;px=999" role="button" title="145148_145148.png" alt="145148_145148.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/26622i03E329CC5D85DAE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In the Debug Configurations dialog, select the Debug or Release configuration for your project&lt;/LI&gt;&lt;LI&gt;Click on the Debugger tab&lt;/LI&gt;&lt;LI&gt;To change where the initial breakpoint is set, change the symbol in "Stop on startup at"&lt;UL&gt;&lt;LI&gt;To break at a specific address, use the syntax&lt;TT&gt; *&lt;EM&gt;&amp;lt;address&amp;gt;&lt;/EM&gt;&lt;/TT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;To stop an initial breakpoint being set, uncheck the "Stop on startup at" checkbox&lt;/LI&gt;&lt;LI&gt;Apply and debug your project&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 17:53:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE-FAQs/Changing-the-initial-breakpoint-on-debug-startup/m-p/469078#M31</guid>
      <dc:creator>lpcware-support</dc:creator>
      <dc:date>2016-03-31T17:53:46Z</dc:date>
    </item>
  </channel>
</rss>

