<?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 Re: Error Message when on  Debug in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-Message-when-on-Debug/m-p/579512#M24142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lmoreira on Wed Sep 08 23:38:57 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Indeed removing the variable out of the global variable watch solved the problem. I am not sure how I manage to see the variable before and not after, but the program is working fine now. It just made me lose a lot of time as it kind of lead me into a completely different route as I thought this was the problem with the program.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Never mind, at least I will not have this problem again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Luis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:58:18 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:58:18Z</dc:date>
    <item>
      <title>Error Message when on  Debug</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-Message-when-on-Debug/m-p/579510#M24140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lmoreira on Fri Sep 03 00:08:50 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am getting this message on the variables window, when I try to debug my program:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MAINCLKSEL_Val &amp;lt;mi_cmd_var_create: unable to create variable object&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi did not change the MAINCLKSEL variable at all, and I was using this program Yesterday and it was fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas welcomed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Luis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:58:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-Message-when-on-Debug/m-p/579510#M24140</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message when on  Debug</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-Message-when-on-Debug/m-p/579511#M24141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Fri Sep 03 08:51:20 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Curious. Did you change **any** code, add any extra files, rename any files, etc between being able to see your global, and seeing this error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, with regards to removing the error - have you tried either deleting the specific "problem" global from the Variable View context sensitive menu, or if that doesn't work, then deleting all globals from the view (though I realise that this will mean adding all other globals back again afterwards)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:58:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-Message-when-on-Debug/m-p/579511#M24141</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error Message when on  Debug</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Error-Message-when-on-Debug/m-p/579512#M24142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lmoreira on Wed Sep 08 23:38:57 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Indeed removing the variable out of the global variable watch solved the problem. I am not sure how I manage to see the variable before and not after, but the program is working fine now. It just made me lose a lot of time as it kind of lead me into a completely different route as I thought this was the problem with the program.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Never mind, at least I will not have this problem again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Luis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:58:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Error-Message-when-on-Debug/m-p/579512#M24142</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:58:18Z</dc:date>
    </item>
  </channel>
</rss>

