<?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>Classic/Legacy CodeWarrior中的主题 Re: When I start debug it runs automatically</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/When-I-start-debug-it-runs-automatically/m-p/170875#M3397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume you are using CodeWarrior V10.x.&lt;/P&gt;&lt;P&gt;Am I right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not please indicate the target CPU and CodeWarrior version number you are using.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If&amp;nbsp;you are using V10.x there are a couple of points you can check:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; - Open the Debug Configuration dialog and select your launch configuration in there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;- Switch to the Debug tab in there.&lt;/P&gt;&lt;P&gt;&amp;nbsp; - In the "Program execution" group is "Stop on startup at" checked?&lt;/P&gt;&lt;P&gt;&amp;nbsp; - What is specified then in this group?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you want the debugger to stop at the main function make sure you checked "User specified"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and typed main in the edit box (provided your main function name is main).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next point to check is are you generating debug information for the application?&lt;/P&gt;&lt;P&gt;Did you see a message when starting the debugger (something like unable to set breakpoint)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Sep 2011 20:13:35 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2011-09-30T20:13:35Z</dc:date>
    <item>
      <title>When I start debug it runs automatically</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/When-I-start-debug-it-runs-automatically/m-p/170873#M3395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use CW 10.1 since two days the program runs automatically when I start debugging. Where can I cancel this operation ? So that i start the programm by pressing Resume button.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 17:49:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/When-I-start-debug-it-runs-automatically/m-p/170873#M3395</guid>
      <dc:creator>PEGE</dc:creator>
      <dc:date>2011-09-30T17:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: When I start debug it runs automatically</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/When-I-start-debug-it-runs-automatically/m-p/170874#M3396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PEGE,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recently faced this same problem in CW 6.3.... after a lot of nerve wracking, i found out that in my startup.c file the jump instruction to the main program was referencing "main()" ; whereas i had&amp;nbsp;declared my main as "Main()".... and as soon as i changed this,&amp;nbsp;the debugger started working fine!!!&lt;/P&gt;&lt;P&gt;Dont know whether this will help... however&amp;nbsp;pls do check!!!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 18:06:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/When-I-start-debug-it-runs-automatically/m-p/170874#M3396</guid>
      <dc:creator>bingo23</dc:creator>
      <dc:date>2011-09-30T18:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: When I start debug it runs automatically</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/When-I-start-debug-it-runs-automatically/m-p/170875#M3397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume you are using CodeWarrior V10.x.&lt;/P&gt;&lt;P&gt;Am I right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not please indicate the target CPU and CodeWarrior version number you are using.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If&amp;nbsp;you are using V10.x there are a couple of points you can check:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; - Open the Debug Configuration dialog and select your launch configuration in there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;- Switch to the Debug tab in there.&lt;/P&gt;&lt;P&gt;&amp;nbsp; - In the "Program execution" group is "Stop on startup at" checked?&lt;/P&gt;&lt;P&gt;&amp;nbsp; - What is specified then in this group?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you want the debugger to stop at the main function make sure you checked "User specified"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and typed main in the edit box (provided your main function name is main).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next point to check is are you generating debug information for the application?&lt;/P&gt;&lt;P&gt;Did you see a message when starting the debugger (something like unable to set breakpoint)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2011 20:13:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/When-I-start-debug-it-runs-automatically/m-p/170875#M3397</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2011-09-30T20:13:35Z</dc:date>
    </item>
  </channel>
</rss>

