<?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: Debugging  Qlik Sense extension with Chrome and VS Code in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Debugging-Qlik-Sense-extension-with-Chrome-and-VS-Code/m-p/1763348#M13573</link>
    <description>&lt;P&gt;Is this possible to do for remote debugging of a mashup?&amp;nbsp; i.e. not localhost.&lt;/P&gt;&lt;P&gt;I am able to get two way communication with an attach configuration against a remote server.&amp;nbsp; I can see the console output in my vs code output window.&amp;nbsp; When I click the "debug restart" button in vs code, it does trigger the chrome session to reload.&amp;nbsp; But breakpoints are ignored because they are "unbound".&lt;/P&gt;</description>
    <pubDate>Fri, 20 Nov 2020 17:00:44 GMT</pubDate>
    <dc:creator>garystrader</dc:creator>
    <dc:date>2020-11-20T17:00:44Z</dc:date>
    <item>
      <title>Debugging  Qlik Sense extension with Chrome and VS Code</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Debugging-Qlik-Sense-extension-with-Chrome-and-VS-Code/m-p/1549968#M10072</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;Does anyone has experience in debugging an extension using Visual Studio Code and Chrome?&lt;/P&gt;&lt;P&gt;Currently I have the following configurations for debugging:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="VCJsonConfig.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6889i8B20EC0F5DED4A5A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VCJsonConfig.PNG" alt="VCJsonConfig.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the extensions under&amp;nbsp;C:\Users\Z003TF3W\Documents\Qlik\Sense\Extensions\ .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance for the help,&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Debugging-Qlik-Sense-extension-with-Chrome-and-VS-Code/m-p/1549968#M10072</guid>
      <dc:creator>PedroCunha</dc:creator>
      <dc:date>2024-11-16T21:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging  Qlik Sense extension with Chrome and VS Code</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Debugging-Qlik-Sense-extension-with-Chrome-and-VS-Code/m-p/1550163#M10077</link>
      <description>&lt;P&gt;I can suggest a couple of approaches that work for me.&lt;/P&gt;&lt;P&gt;1. If using the "launch" configuration, your url should be the complete url that opens a sheet in your app.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;http://localhost:4848/sense/app/.....&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Just copy and paste it from an open app sheet.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2. Use an attach configuration.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;type&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;chrome&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;request&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;attach&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Attach to Chrome&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;port&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;9222&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;webRoot&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;${workspaceFolder}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Start Chrome DevTools (F12) in the window you want to debug.&amp;nbsp; Start debugging with the attach config and you will get a dropdown to select the window. &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Feb 2019 01:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Debugging-Qlik-Sense-extension-with-Chrome-and-VS-Code/m-p/1550163#M10077</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-02-28T01:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging  Qlik Sense extension with Chrome and VS Code</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Debugging-Qlik-Sense-extension-with-Chrome-and-VS-Code/m-p/1551340#M10103</link>
      <description>&lt;P&gt;Hello Rob,&lt;/P&gt;&lt;P&gt;Now I was able to start the debug in VS Code using both approaches&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Many thanks ,&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;</description>
      <pubDate>Sat, 02 Mar 2019 16:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Debugging-Qlik-Sense-extension-with-Chrome-and-VS-Code/m-p/1551340#M10103</guid>
      <dc:creator>PedroCunha</dc:creator>
      <dc:date>2019-03-02T16:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging  Qlik Sense extension with Chrome and VS Code</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Debugging-Qlik-Sense-extension-with-Chrome-and-VS-Code/m-p/1763348#M13573</link>
      <description>&lt;P&gt;Is this possible to do for remote debugging of a mashup?&amp;nbsp; i.e. not localhost.&lt;/P&gt;&lt;P&gt;I am able to get two way communication with an attach configuration against a remote server.&amp;nbsp; I can see the console output in my vs code output window.&amp;nbsp; When I click the "debug restart" button in vs code, it does trigger the chrome session to reload.&amp;nbsp; But breakpoints are ignored because they are "unbound".&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 17:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Debugging-Qlik-Sense-extension-with-Chrome-and-VS-Code/m-p/1763348#M13573</guid>
      <dc:creator>garystrader</dc:creator>
      <dc:date>2020-11-20T17:00:44Z</dc:date>
    </item>
  </channel>
</rss>

