<?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>MCUXpresso IDE中的主题 Re: Empty source tabs open when debugging</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Empty-source-tabs-open-when-debugging/m-p/766393#M2248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erich, that's exactly what I was looking for!&amp;nbsp; It's working like I want now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rest keeps getting messier.&amp;nbsp; I'm on the verge of uninstalling MCUXpresso and starting over fresh - I can't seem to fix the weird pathentry problems, my Peripherals+ view has stopped working, and EmbSysRegView shows only zeros for everything.&amp;nbsp; I'm getting by, though, and the task-aware debugger has really helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2017 16:16:04 GMT</pubDate>
    <dc:creator>scottm</dc:creator>
    <dc:date>2017-11-13T16:16:04Z</dc:date>
    <item>
      <title>Empty source tabs open when debugging</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Empty-source-tabs-open-when-debugging/m-p/766389#M2244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frequently (but not always), when I start a debug session I'll get a new source tab with a name like (gdb[55].proc[42000].threadGroup[i1],gdb[55].proc[42000].OSthread[1]).thread[1].frame[0] but no contents.&amp;nbsp; I'm used to seeing new tabs open in CodeWarrior when it stops on something that's not in a source file and can only show the disassembly view, but when I click on 'View Disassembly...' in this case, it says 'no debug context'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if it's related, but I also get the message "Warning: the current language does not match this frame."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is this, and how do I prevent it?&amp;nbsp; It clutters up my screen and I have to stop and close the tabs all the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 16:09:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Empty-source-tabs-open-when-debugging/m-p/766389#M2244</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2017-11-10T16:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Empty source tabs open when debugging</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Empty-source-tabs-open-when-debugging/m-p/766390#M2245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;With regards to the gdb[55]... editor tab that you are seeing, this&amp;nbsp;message is generally&amp;nbsp;erroneous. The debugger has at some point during the connection to the target tried to access memory at a point when the PC was not "valid", and then tried to display the source related to the "invalid" address - which has triggered the edit box&amp;nbsp;with the"no source..." message in it. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Preventing this sporadically happening is proving&amp;nbsp;hard, as it depends on all sorts of configuration and timings between the PC, the debug probe and the target. And many users won't actually see it in their particular setup.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Typically, the erroneous gdb[55]... tab can closed and you should just be able to click into the debug View (on the backtrace) to switch to the "real" current location in the editor view.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But we are continuing to look for a way of preventing this for a future IDE release.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;MCUXpresso IDE Support&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 19:56:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Empty-source-tabs-open-when-debugging/m-p/766390#M2245</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2017-11-10T19:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Empty source tabs open when debugging</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Empty-source-tabs-open-when-debugging/m-p/766391#M2246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just as long as someone's aware of it and working on the problem.&amp;nbsp; It's not a big deal, it's just one of a hundred little annoyances in my day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It'd sometimes be nice to have an option to restore all of the source tabs to their prior state after a debug session is finished.&amp;nbsp; Sometimes I do want to see whatever source file I traced through to, but more often I wind up with half a dozen new source tabs open and cluttering up my editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to switch automatically between develop and debug perspectives, like CodeWarrior does?&amp;nbsp; I find the default MCUXpresso develop perspective doesn't have enough room for the views I need for debugging, but I have to keep switching back and forth.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 20:32:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Empty-source-tabs-open-when-debugging/m-p/766391#M2246</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2017-11-10T20:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Empty source tabs open when debugging</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Empty-source-tabs-open-when-debugging/m-p/766392#M2247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Scott,&lt;/P&gt;&lt;P&gt;about the debug perspective, see &lt;A class="link-titled" href="https://mcuoneclipse.com/2017/11/12/using-a-custom-debug-perspective-in-eclipse/" title="https://mcuoneclipse.com/2017/11/12/using-a-custom-debug-perspective-in-eclipse/"&gt;Using a Custom Debug Perspective in Eclipse | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Nov 2017 20:06:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Empty-source-tabs-open-when-debugging/m-p/766392#M2247</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-11-12T20:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Empty source tabs open when debugging</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Empty-source-tabs-open-when-debugging/m-p/766393#M2248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Erich, that's exactly what I was looking for!&amp;nbsp; It's working like I want now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rest keeps getting messier.&amp;nbsp; I'm on the verge of uninstalling MCUXpresso and starting over fresh - I can't seem to fix the weird pathentry problems, my Peripherals+ view has stopped working, and EmbSysRegView shows only zeros for everything.&amp;nbsp; I'm getting by, though, and the task-aware debugger has really helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 16:16:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Empty-source-tabs-open-when-debugging/m-p/766393#M2248</guid>
      <dc:creator>scottm</dc:creator>
      <dc:date>2017-11-13T16:16:04Z</dc:date>
    </item>
  </channel>
</rss>

