<?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 Bump, anyone from Intel got in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Clear-Down-local-variables-and-webSQL-databases/m-p/1070609#M58056</link>
    <description>&lt;P&gt;Bump, anyone from Intel got any thoughts on this.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Apr 2016 13:19:51 GMT</pubDate>
    <dc:creator>Nick_F_2</dc:creator>
    <dc:date>2016-04-07T13:19:51Z</dc:date>
    <item>
      <title>Clear Down local variables and webSQL databases</title>
      <link>https://community.intel.com/t5/Software-Archive/Clear-Down-local-variables-and-webSQL-databases/m-p/1070608#M58055</link>
      <description>&lt;P&gt;It would be useful to have the ability to clear down variables and local databases when using the emulator.&lt;/P&gt;

&lt;P&gt;For example when you create a login process that stores that information in localStorage, it is difficult to retest the process once the data is stored in the Emulator without writing test procedures to clear this data.&lt;/P&gt;

&lt;P&gt;On the device I can uninstall and reinstall but that a pain. It would be much better to be able to clear down those files to be able to retest procedures within the emulator.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 09:49:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Clear-Down-local-variables-and-webSQL-databases/m-p/1070608#M58055</guid>
      <dc:creator>Nick_F_2</dc:creator>
      <dc:date>2015-11-17T09:49:42Z</dc:date>
    </item>
    <item>
      <title>Bump, anyone from Intel got</title>
      <link>https://community.intel.com/t5/Software-Archive/Clear-Down-local-variables-and-webSQL-databases/m-p/1070609#M58056</link>
      <description>&lt;P&gt;Bump, anyone from Intel got any thoughts on this.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 13:19:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Clear-Down-local-variables-and-webSQL-databases/m-p/1070609#M58056</guid>
      <dc:creator>Nick_F_2</dc:creator>
      <dc:date>2016-04-07T13:19:51Z</dc:date>
    </item>
    <item>
      <title>Hi Nick,</title>
      <link>https://community.intel.com/t5/Software-Archive/Clear-Down-local-variables-and-webSQL-databases/m-p/1070610#M58057</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi Nick,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;You can clear the values in Web SQL, IndexedDB, Local Storage and Session Storage using the debugger in the Emulator. Look for the Resources tab, and at the left pane you have access to all these storages.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;After delete the values restart the app in emulator.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Diego&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 14:03:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Clear-Down-local-variables-and-webSQL-databases/m-p/1070610#M58057</guid>
      <dc:creator>Diego_Calp</dc:creator>
      <dc:date>2016-04-07T14:03:51Z</dc:date>
    </item>
    <item>
      <title>Hi Thanks for your response.</title>
      <link>https://community.intel.com/t5/Software-Archive/Clear-Down-local-variables-and-webSQL-databases/m-p/1070611#M58058</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi Thanks for your response.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;That is fair enough, but it is not app specific, I see all my&amp;nbsp;&lt;/SPAN&gt;local storage variables from all the apps I have developed. It is not always easy to see the local storage variables applicable at the time i.e the current project as I tend to use similar variables across my projects.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 14:10:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Clear-Down-local-variables-and-webSQL-databases/m-p/1070611#M58058</guid>
      <dc:creator>Nick_F_2</dc:creator>
      <dc:date>2016-04-07T14:10:55Z</dc:date>
    </item>
    <item>
      <title>Nick -- my guess is that if</title>
      <link>https://community.intel.com/t5/Software-Archive/Clear-Down-local-variables-and-webSQL-databases/m-p/1070612#M58059</link>
      <description>&lt;P&gt;Nick -- my guess is that if you delete the Cache folder in the XDK global-settings folder it will clear this data for you. Obviously, you'll have to do this when the XDK is not running, as it contains cached data for all sorts of components in the XDK.&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;on Mac:&lt;BR /&gt;
		$ cd ~/Library/Application Support/XDK&lt;BR /&gt;
		$ rm -rf Cache&lt;/LI&gt;
	&lt;LI&gt;on Windows:&lt;BR /&gt;
		&amp;gt; cd %LocalAppData%\XDK&lt;BR /&gt;
		&amp;gt; del /s/q Cache\*.*&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;There is also a "Local Storage" folder in that directory, which may also be related (I'm not positive). You'll have to experiment. In the worst case, you can delete everything in that directory except the "global-settings.xdk" file and the XDK will rebuild the whole mess. &lt;STRONG&gt;Don't lose your global-settings.xdk file or you'll lose your projects list, etc.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 23:37:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Clear-Down-local-variables-and-webSQL-databases/m-p/1070612#M58059</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-04-12T23:37:24Z</dc:date>
    </item>
  </channel>
</rss>

