<?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: Debug include file in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Debug-include-file/m-p/1118271#M19264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vlad and Marcus, thanks a lot for your answers.&lt;/P&gt;&lt;P&gt;the issue that i am facing is in Qlik Sense only.&lt;/P&gt;&lt;P&gt;here is a screenshot to illustrate that:&lt;/P&gt;&lt;P&gt;- the top part that should show all the code and let me set breakpoints is blank&lt;/P&gt;&lt;P&gt;- I only see the 1 line of the include file that is being executed &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;in the bottom&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlikSense_debug_include.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130974_qlikSense_debug_include.JPG" style="height: 356px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2016 09:43:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-07-12T09:43:00Z</dc:date>
    <item>
      <title>Debug include file</title>
      <link>https://community.qlik.com/t5/App-Development/Debug-include-file/m-p/1118268#M19261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone know how to view included files while debugging inside Qlik Sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can step inside an included file, and &lt;/P&gt;&lt;P&gt;i can see each line as it is being executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however, it would be useful to be able&lt;/P&gt;&lt;P&gt;- to see the full include file&lt;/P&gt;&lt;P&gt;- to be able to set a breakpoint in the include file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot for your guidance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 11:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Debug-include-file/m-p/1118268#M19261</guid>
      <dc:creator />
      <dc:date>2016-07-08T11:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Debug include file</title>
      <link>https://community.qlik.com/t5/App-Development/Debug-include-file/m-p/1118269#M19262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within qlikview there appeared a further tab on the top of the debugger-window but in sense I don't know it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130689_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 13:13:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Debug-include-file/m-p/1118269#M19262</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-08T13:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Debug include file</title>
      <link>https://community.qlik.com/t5/App-Development/Debug-include-file/m-p/1118270#M19263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marc,&lt;/P&gt;&lt;P&gt;You can "step into" the include file, but you cannot set a breakpoint before the execution. &lt;/P&gt;&lt;P&gt;You can set in on the "include" line and move in... Once the include file is open during the debug mode, you can set up a breakpoint there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that there is a bug in 2.2.4 that affects the include files debugging: if you change the include file externally and re-execute the script (without re-opening the app), the updated lines in the include file will be executed correctly, but the debugger window will not show your changes....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Support has confirmed it as a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;VK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 15:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Debug-include-file/m-p/1118270#M19263</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2016-07-08T15:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Debug include file</title>
      <link>https://community.qlik.com/t5/App-Development/Debug-include-file/m-p/1118271#M19264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vlad and Marcus, thanks a lot for your answers.&lt;/P&gt;&lt;P&gt;the issue that i am facing is in Qlik Sense only.&lt;/P&gt;&lt;P&gt;here is a screenshot to illustrate that:&lt;/P&gt;&lt;P&gt;- the top part that should show all the code and let me set breakpoints is blank&lt;/P&gt;&lt;P&gt;- I only see the 1 line of the include file that is being executed &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;in the bottom&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlikSense_debug_include.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/130974_qlikSense_debug_include.JPG" style="height: 356px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 09:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Debug-include-file/m-p/1118271#M19264</guid>
      <dc:creator />
      <dc:date>2016-07-12T09:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Debug include file</title>
      <link>https://community.qlik.com/t5/App-Development/Debug-include-file/m-p/1118272#M19265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might be some issues with your browser (just a guess) since it's not a normal behaviour. Here is a screenshot from my system:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2016-07-14 at 8.56.13 AM.png" class="jive-image image-1" src="/legacyfs/online/131295_Screen Shot 2016-07-14 at 8.56.13 AM.png" style="height: 244px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 14:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Debug-include-file/m-p/1118272#M19265</guid>
      <dc:creator>vlad_komarov</dc:creator>
      <dc:date>2016-07-14T14:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Debug include file</title>
      <link>https://community.qlik.com/t5/App-Development/Debug-include-file/m-p/1118273#M19266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vlad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately it doesn't appear to be a browser issue.&lt;/P&gt;&lt;P&gt;I get the same behaviour using&lt;/P&gt;&lt;P&gt;- Chrome &lt;SPAN style="color: #303942; font-family: 'Segoe UI', Tahoma, sans-serif; font-size: 12px;"&gt;Version 52.0.2743.116 m&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Firefox&lt;/P&gt;&lt;P&gt;- Internet Explorer 11&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 07:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Debug-include-file/m-p/1118273#M19266</guid>
      <dc:creator />
      <dc:date>2016-08-05T07:34:19Z</dc:date>
    </item>
  </channel>
</rss>

