<?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 True Time Debugger, viewing source files in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/True-Time-Debugger-viewing-source-files/m-p/172759#M5410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently took over a project from a CoWorker who left the company.&amp;nbsp; I have successfully debugged several other projects using my current setup but this new one is giving me problems.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I attempt to debug my application from CodeWarrior the True Time Debugger successfully launches and I'm able to load my software to the target.&amp;nbsp; The assembly and memory windows appear to have valid information in them.&amp;nbsp; The problem is the source window is blank.&amp;nbsp; When I try to open a source file using the Source-&amp;gt;Open Source File... menu option I receive a dialog that says "No source file found".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have any ideas on what I'm doing wrong.&amp;nbsp; I've been pulling my hair out on this one.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Apr 2009 22:01:33 GMT</pubDate>
    <dc:creator>RCD_Dime</dc:creator>
    <dc:date>2009-04-16T22:01:33Z</dc:date>
    <item>
      <title>True Time Debugger, viewing source files</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/True-Time-Debugger-viewing-source-files/m-p/172759#M5410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently took over a project from a CoWorker who left the company.&amp;nbsp; I have successfully debugged several other projects using my current setup but this new one is giving me problems.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I attempt to debug my application from CodeWarrior the True Time Debugger successfully launches and I'm able to load my software to the target.&amp;nbsp; The assembly and memory windows appear to have valid information in them.&amp;nbsp; The problem is the source window is blank.&amp;nbsp; When I try to open a source file using the Source-&amp;gt;Open Source File... menu option I receive a dialog that says "No source file found".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone have any ideas on what I'm doing wrong.&amp;nbsp; I've been pulling my hair out on this one.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2009 22:01:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/True-Time-Debugger-viewing-source-files/m-p/172759#M5410</guid>
      <dc:creator>RCD_Dime</dc:creator>
      <dc:date>2009-04-16T22:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: True Time Debugger, viewing source files</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/True-Time-Debugger-viewing-source-files/m-p/172760#M5411</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;Are debug information generated for the project?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your .mcp window you have a column headed with a green bug icon.&lt;/P&gt;&lt;P&gt;Make sure you have dots next to each source file in this column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This indicates that CodeWarrior generates debug info for the corresponding source file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look at FAQ-27442 on &lt;A href="http://www.freescale.com/" rel="nofollow" target="_blank"&gt;www.freescale.com&lt;/A&gt; for a small screen dump showing how this is looking like&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, 17 Apr 2009 15:21:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/True-Time-Debugger-viewing-source-files/m-p/172760#M5411</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2009-04-17T15:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: True Time Debugger, viewing source files</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/True-Time-Debugger-viewing-source-files/m-p/172761#M5412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My situation is kind of unique but I did finally figure out what the issue was.&amp;nbsp; My project is comprised of a bootloader and application which were designed as two independant programs.&amp;nbsp; When I compile my application the .abs file for the bootloader is included in the .s19 of the application and this file is downloaded to the target.&amp;nbsp; Then I need to load the symbols for the application manually. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for replying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 18:59:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/True-Time-Debugger-viewing-source-files/m-p/172761#M5412</guid>
      <dc:creator>RCD_Dime</dc:creator>
      <dc:date>2009-04-17T18:59:47Z</dc:date>
    </item>
  </channel>
</rss>

