<?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 Debugger Issues in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Debugger-Issues/m-p/1019536#M37592</link>
    <description>&lt;P&gt;I'm having several issues with the XDK debugger. It's an either or - these issues don't occur at the same time, but one of them &lt;STRONG&gt;always&lt;/STRONG&gt; occurs, rendering the debugger unusable:&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;Never finishes downloading the project to the device. I've left it running for up to an hour while doing other tasks. It never finishes.&lt;/LI&gt;
	&lt;LI&gt;Unable to download crosswalk to the device. Odd, cause it's already there.&lt;/LI&gt;
	&lt;LI&gt;Desktop error message flashes by too fast to read, and just displays 'You can now begin your remote debugger session'&lt;/LI&gt;
	&lt;LI&gt;It says it's running on my device, but there is just a black screen.&lt;/LI&gt;
	&lt;LI&gt;Error&amp;nbsp;Failed to load resource: net::ERR_FILE_NOT_FOUND. It happens with different files each time.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;As of yet, I have never had a successful debug session using XDK. As a baseline, I am able to debug the same app, as well as other apps, using NetBeans.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 May 2015 17:51:52 GMT</pubDate>
    <dc:creator>Bruce_D_1</dc:creator>
    <dc:date>2015-05-29T17:51:52Z</dc:date>
    <item>
      <title>Debugger Issues</title>
      <link>https://community.intel.com/t5/Software-Archive/Debugger-Issues/m-p/1019536#M37592</link>
      <description>&lt;P&gt;I'm having several issues with the XDK debugger. It's an either or - these issues don't occur at the same time, but one of them &lt;STRONG&gt;always&lt;/STRONG&gt; occurs, rendering the debugger unusable:&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;Never finishes downloading the project to the device. I've left it running for up to an hour while doing other tasks. It never finishes.&lt;/LI&gt;
	&lt;LI&gt;Unable to download crosswalk to the device. Odd, cause it's already there.&lt;/LI&gt;
	&lt;LI&gt;Desktop error message flashes by too fast to read, and just displays 'You can now begin your remote debugger session'&lt;/LI&gt;
	&lt;LI&gt;It says it's running on my device, but there is just a black screen.&lt;/LI&gt;
	&lt;LI&gt;Error&amp;nbsp;Failed to load resource: net::ERR_FILE_NOT_FOUND. It happens with different files each time.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;As of yet, I have never had a successful debug session using XDK. As a baseline, I am able to debug the same app, as well as other apps, using NetBeans.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 17:51:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debugger-Issues/m-p/1019536#M37592</guid>
      <dc:creator>Bruce_D_1</dc:creator>
      <dc:date>2015-05-29T17:51:52Z</dc:date>
    </item>
    <item>
      <title>I am sorry to hear you are</title>
      <link>https://community.intel.com/t5/Software-Archive/Debugger-Issues/m-p/1019537#M37593</link>
      <description>&lt;P&gt;I am sorry to hear you are facing so many issues. We have a FAQ page on debug and &amp;nbsp;test questions here:&amp;nbsp;https://software.intel.com/en-us/xdk/faqs/debug-test. You might be able to find some solutions. I see the crosswalk issue addressed.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I am positive you have already looked through these documentation pages, but just in case:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/xdk/docs/using-the-debug-tab" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/using-the-debug-tab&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview" target="_blank"&gt;https://software.intel.com/en-us/xdk/docs/intel-xdk-debug-and-test-overview&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;And I highly recommend you use our latest 1995 version if you aren't already. If you made an update from a previous version, you can try uninstalling and reinstalling it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 18:27:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debugger-Issues/m-p/1019537#M37593</guid>
      <dc:creator>Anusha_M_Intel1</dc:creator>
      <dc:date>2015-05-29T18:27:32Z</dc:date>
    </item>
    <item>
      <title>What is the device you are</title>
      <link>https://community.intel.com/t5/Software-Archive/Debugger-Issues/m-p/1019538#M37594</link>
      <description>&lt;P&gt;What is the device you are using for debug? Some of the slower or low-memory devices are difficult to get a debug session started. Also, if your app is immediately doing lots of work, that can interfere with the debug initialization. If you change your app initialization so that it mostly just sets up the screen and then goes idle, waiting for user input, that can help. Or, for debug, modify your app so it does not try to immediately start downloading over the network or doing some other "work." Insert an "wait on event" before you do any of that to see if that allows the debug module to get started. The debugger is the standard Chrome DevTools that is being executed by the same interpreter that is executing your app, so too many cycles on the part of your app will interfere with that code getting started.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2015 18:38:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debugger-Issues/m-p/1019538#M37594</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-05-29T18:38:59Z</dc:date>
    </item>
  </channel>
</rss>

