<?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 Nick, if you let the XDK in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Debug-Console-on-Version-2727-on-MAC-Slow-to-load-and-respond/m-p/1086467#M63595</link>
    <description>&lt;P&gt;Nick, if you let the XDK build a debug module once for your project, you will not have to build it again unless you make Build Settings changes or add/remove/change plugins in the project. So, assuming your are not making build settings or plugin changes very often, moving to the Debug tab should be fairly fast. If you change a source file in your app (i.e., index.html, *.js, *.css, etc.) and save the file and then switch back to the XDK while Debug is happening, the Debug tab will automatically detect that file change event and offer to update the changed files on the device and then restart your app. Changing source files in your app will not cause a new debug module to be built.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Dec 2015 20:28:51 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2015-12-01T20:28:51Z</dc:date>
    <item>
      <title>Debug Console on Version 2727 on MAC Slow to load and respond</title>
      <link>https://community.intel.com/t5/Software-Archive/Debug-Console-on-Version-2727-on-MAC-Slow-to-load-and-respond/m-p/1086463#M63591</link>
      <description>&lt;P&gt;The debug console is getting slower and slower and slower.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I have tried stopping the app, closing debug, re-opening debug, restarting XDK but when trying to debug an app it can take 2 or 3 minutes before I get control of the app under the Emulate tab.&lt;/P&gt;

&lt;P&gt;It looks to me as if the cache is not clearing and is having to load lots of history before I regain control. Sometimes it can take 2 or 3 minutes to load source code to add code breaks.&lt;/P&gt;

&lt;P&gt;Is there a way to delete any cached data in the console.&lt;/P&gt;

&lt;P&gt;I'm using a MAcBook Air i7 with 8GB RAM and El Capitan&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2015 13:47:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debug-Console-on-Version-2727-on-MAC-Slow-to-load-and-respond/m-p/1086463#M63591</guid>
      <dc:creator>Nick_F_2</dc:creator>
      <dc:date>2015-11-27T13:47:31Z</dc:date>
    </item>
    <item>
      <title>I think I have pinpointed the</title>
      <link>https://community.intel.com/t5/Software-Archive/Debug-Console-on-Version-2727-on-MAC-Slow-to-load-and-respond/m-p/1086464#M63592</link>
      <description>&lt;P&gt;I think I have pinpointed the problem down to breakpoints.&lt;/P&gt;

&lt;P&gt;If I remove them the console responds quickly.&lt;/P&gt;

&lt;P&gt;Just adding one breakpoint causes a delay of 15 to 20 seconds before control is returned to the IDE as the console loads.&lt;/P&gt;

&lt;P&gt;Each breakpoint you add, adds about 20 seconds to the console load time, so 3 or 4 breakpoints for testing can cause a delay of 1 to 1.5 minutes before the IDE is responsive.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2015 14:01:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debug-Console-on-Version-2727-on-MAC-Slow-to-load-and-respond/m-p/1086464#M63592</guid>
      <dc:creator>Nick_F_2</dc:creator>
      <dc:date>2015-11-27T14:01:54Z</dc:date>
    </item>
    <item>
      <title>Nick, I recommend you use the</title>
      <link>https://community.intel.com/t5/Software-Archive/Debug-Console-on-Version-2727-on-MAC-Slow-to-load-and-respond/m-p/1086465#M63593</link>
      <description>&lt;P&gt;Nick, I recommend you use the Debug tab for better results.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 01:34:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debug-Console-on-Version-2727-on-MAC-Slow-to-load-and-respond/m-p/1086465#M63593</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-01T01:34:22Z</dc:date>
    </item>
    <item>
      <title>Thanks Paul, but the Debug</title>
      <link>https://community.intel.com/t5/Software-Archive/Debug-Console-on-Version-2727-on-MAC-Slow-to-load-and-respond/m-p/1086466#M63594</link>
      <description>&lt;P&gt;Thanks Paul, but the Debug tab can also be combersome and slow especially each time it try to build a debug module.&lt;/P&gt;

&lt;P&gt;Every time I have to cancel and use a generic debug console but this can take as long as using the emulator tab.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 07:15:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debug-Console-on-Version-2727-on-MAC-Slow-to-load-and-respond/m-p/1086466#M63594</guid>
      <dc:creator>Nick_F_2</dc:creator>
      <dc:date>2015-12-01T07:15:50Z</dc:date>
    </item>
    <item>
      <title>Nick, if you let the XDK</title>
      <link>https://community.intel.com/t5/Software-Archive/Debug-Console-on-Version-2727-on-MAC-Slow-to-load-and-respond/m-p/1086467#M63595</link>
      <description>&lt;P&gt;Nick, if you let the XDK build a debug module once for your project, you will not have to build it again unless you make Build Settings changes or add/remove/change plugins in the project. So, assuming your are not making build settings or plugin changes very often, moving to the Debug tab should be fairly fast. If you change a source file in your app (i.e., index.html, *.js, *.css, etc.) and save the file and then switch back to the XDK while Debug is happening, the Debug tab will automatically detect that file change event and offer to update the changed files on the device and then restart your app. Changing source files in your app will not cause a new debug module to be built.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2015 20:28:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debug-Console-on-Version-2727-on-MAC-Slow-to-load-and-respond/m-p/1086467#M63595</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-12-01T20:28:51Z</dc:date>
    </item>
  </channel>
</rss>

