<?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>8-bit Microcontrollers中的主题 Re: Debugging on Two Sets of Symbols Simultaneously</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Debugging-on-Two-Sets-of-Symbols-Simultaneously/m-p/135571#M4080</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;I assume you are using CodeWarrior for debugging. Am I right?&lt;/DIV&gt;&lt;DIV&gt;This is not supported by CodeWarrior tools today.&lt;/DIV&gt;&lt;DIV&gt;I would recommend you to go the official way and log a feature request around that through our on-line support web page.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Just go to following URL:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.freescale.com/webapp/sps/site/homepage.jsp?nodeId=054670&amp;amp;tid=FSH" rel="nofollow" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/homepage.jsp?nodeId=054670&amp;amp;tid=FSH&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;and click on "Submit a service request".&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Nov 2006 20:01:53 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2006-11-07T20:01:53Z</dc:date>
    <item>
      <title>Debugging on Two Sets of Symbols Simultaneously</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Debugging-on-Two-Sets-of-Symbols-Simultaneously/m-p/135570#M4079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an application that makes use of a "link library" that is loaded as a binary blob (.S19 file). However, as I wrote both the app and the link library, I have access to the library's symbols.&lt;/SPAN&gt;&lt;P&gt;I need to debug both the application and the library. I'm aware that I can load the library's symbols, either using:&lt;/P&gt;&lt;PRE&gt;LOADSYMBOLS "library.abs"&lt;/PRE&gt;&lt;P&gt;Or via:&lt;/P&gt;&lt;PRE&gt;LOAD "library.abs" SYMBOLSONLY&lt;/PRE&gt;&lt;P&gt;However, when I do this, the symbols for the app are discarded. Likewise, when I reload the symbols for the app, the library symbols are discarded. I *could* ping-pong back and forth, but that would s*ck. Is there a way I can keep both sets of symbols around at the same time?&lt;/P&gt;&lt;P&gt;Schwab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 05:46:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Debugging-on-Two-Sets-of-Symbols-Simultaneously/m-p/135570#M4079</guid>
      <dc:creator>ewhac</dc:creator>
      <dc:date>2006-11-07T05:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging on Two Sets of Symbols Simultaneously</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Debugging-on-Two-Sets-of-Symbols-Simultaneously/m-p/135571#M4080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;I assume you are using CodeWarrior for debugging. Am I right?&lt;/DIV&gt;&lt;DIV&gt;This is not supported by CodeWarrior tools today.&lt;/DIV&gt;&lt;DIV&gt;I would recommend you to go the official way and log a feature request around that through our on-line support web page.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Just go to following URL:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.freescale.com/webapp/sps/site/homepage.jsp?nodeId=054670&amp;amp;tid=FSH" rel="nofollow" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/homepage.jsp?nodeId=054670&amp;amp;tid=FSH&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;and click on "Submit a service request".&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2006 20:01:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Debugging-on-Two-Sets-of-Symbols-Simultaneously/m-p/135571#M4080</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2006-11-07T20:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging on Two Sets of Symbols Simultaneously</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Debugging-on-Two-Sets-of-Symbols-Simultaneously/m-p/135572#M4081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;CrasyCat wrote:&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;I assume you are using CodeWarrior for debugging. Am I right?&lt;/DIV&gt;&lt;DIV&gt;This is not supported by CodeWarrior tools today.&lt;/DIV&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;Phooey. Oh well...&lt;P&gt;Thanks for the info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 04:15:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Debugging-on-Two-Sets-of-Symbols-Simultaneously/m-p/135572#M4081</guid>
      <dc:creator>ewhac</dc:creator>
      <dc:date>2006-11-14T04:15:24Z</dc:date>
    </item>
  </channel>
</rss>

