<?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>CodeWarrior for MCUのトピックRe: Why Break points stopped working in my Code Warrior v5.9 ?</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Why-Break-points-stopped-working-in-my-Code-Warrior-v5-9/m-p/483898#M12518</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;I wonder if your source codes are successfully built and generated correct debug information.&lt;/P&gt;&lt;P&gt;i suggest you&lt;/P&gt;&lt;P&gt;1. go to CW IDE, menu "project", "remove object code" to have a clean table, then build project again.&lt;/P&gt;&lt;P&gt;2. make sure all the source files are included for build&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35209i8E83BA93B0BBD905/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. in debugger source window, right click "show breakpoints ".&amp;nbsp; see if the breakpoints you mentioned have been successfully set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can this help you?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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>Mon, 21 Dec 2015 04:46:47 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2015-12-21T04:46:47Z</dc:date>
    <item>
      <title>Why Break points stopped working in my Code Warrior v5.9 ?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Why-Break-points-stopped-working-in-my-Code-Warrior-v5-9/m-p/483894#M12514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a project to work with Frescale S12XE micro controller.It used to work fine, I recently opened this project to make few changes in for new features.&lt;/P&gt;&lt;P&gt;Then it stopped working to set the break points. Even in main function file if I SET a break point it is not stopping and just keep continuing.&lt;/P&gt;&lt;P&gt;I am wondering what could be the reason ? I never faced this kind of issue before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 20:20:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Why-Break-points-stopped-working-in-my-Code-Warrior-v5-9/m-p/483894#M12514</guid>
      <dc:creator>JSingotam</dc:creator>
      <dc:date>2015-12-15T20:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why Break points stopped working in my Code Warrior v5.9 ?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Why-Break-points-stopped-working-in-my-Code-Warrior-v5-9/m-p/483895#M12515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Janaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Does the project keep continuing no matter set the breakpoint to which place ? Or please tell me &lt;/P&gt;&lt;P&gt;what about the code you set break point .&lt;/P&gt;&lt;P&gt;- And how many break points do you set ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 03:06:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Why-Break-points-stopped-working-in-my-Code-Warrior-v5-9/m-p/483895#M12515</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-12-16T03:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why Break points stopped working in my Code Warrior v5.9 ?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Why-Break-points-stopped-working-in-my-Code-Warrior-v5-9/m-p/483896#M12516</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;&lt;/P&gt;&lt;P&gt;Thanks you for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Yes the project keep continuing not matter where I set my break point. I tried to set a break point in infinite for loop (for(;;){}) but still no luck.&lt;/P&gt;&lt;P&gt;- I set 3 break points, it didn't stop at any break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am wondering why it is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way we can fix this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Janaki Singotam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 13:39:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Why-Break-points-stopped-working-in-my-Code-Warrior-v5-9/m-p/483896#M12516</guid>
      <dc:creator>JSingotam</dc:creator>
      <dc:date>2015-12-16T13:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why Break points stopped working in my Code Warrior v5.9 ?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Why-Break-points-stopped-working-in-my-Code-Warrior-v5-9/m-p/483897#M12517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Janaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend you test your project on ther PC's CW , check the problem is the project or the CW IDE.&lt;/P&gt;&lt;P&gt;And you can also create one simple project , check whether the breakpoint can work well on you CW.&lt;/P&gt;&lt;P&gt;If the project's problem , you can tell me the chip part number , if i have this chip , you can send you project to me , i test it on my side .&lt;/P&gt;&lt;P&gt;Or if the project have read permission , you can &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;submit a technical case on nxp.com ， thus you can send your project to the technical support expert&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;assured . About how to submit a technical case :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;1) Please visit &lt;A href="http://www.nxp.com/" target="_blank"&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="https://community.nxp.com/www.nxp.com" target="test_blank"&gt;www.nxp.com&lt;/A&gt;&lt;/SPAN&gt; and click on Support on the top of the webpage.&lt;BR /&gt; 2) Select Sales and Support under Support Resources session.&lt;BR /&gt; 3) Scroll down to the bottom ,click on “hardware &amp;amp; Software” .&lt;BR /&gt; 4) Register by your business email to enter NXP Community&lt;BR /&gt; 5) Get verification email and verify your account.&lt;BR /&gt; 6) Select "contact support" on the top and click “submit a new case” to start the process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 08:26:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Why-Break-points-stopped-working-in-my-Code-Warrior-v5-9/m-p/483897#M12517</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-12-17T08:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why Break points stopped working in my Code Warrior v5.9 ?</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Why-Break-points-stopped-working-in-my-Code-Warrior-v5-9/m-p/483898#M12518</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;I wonder if your source codes are successfully built and generated correct debug information.&lt;/P&gt;&lt;P&gt;i suggest you&lt;/P&gt;&lt;P&gt;1. go to CW IDE, menu "project", "remove object code" to have a clean table, then build project again.&lt;/P&gt;&lt;P&gt;2. make sure all the source files are included for build&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35209i8E83BA93B0BBD905/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. in debugger source window, right click "show breakpoints ".&amp;nbsp; see if the breakpoints you mentioned have been successfully set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can this help you?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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>Mon, 21 Dec 2015 04:46:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Why-Break-points-stopped-working-in-my-Code-Warrior-v5-9/m-p/483898#M12518</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2015-12-21T04:46:47Z</dc:date>
    </item>
  </channel>
</rss>

