<?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 WAB App in Visual Studio 2012 in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219360#M5995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; So this is my development workflow.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use WAB Dev edition to configure my app.&lt;/LI&gt;&lt;LI&gt;Once I am pretty comfortable with the apps data and widget configuration, I open the arcgis-web-appbuilder-1.1\server\apps\[app_number] folder in Brackets.&lt;/LI&gt;&lt;LI&gt;Now in Brackets I start changing code for the stemApp or any widgets I want to tweak.&lt;/LI&gt;&lt;LI&gt;Once I am ready to test deploy the app then I download the app using WAB "download" (like you have above).&lt;/LI&gt;&lt;LI&gt;If I find something still needs tweaking I don't do anything in the deployed test version, I just go back to Brackets and tweak the code there and repeat step 4.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't use SSL so I can't be of any help in that arena.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2015 16:21:12 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2015-05-06T16:21:12Z</dc:date>
    <item>
      <title>Debugging WAB App in Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219357#M5992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've built a simple app in WAB, downloaded it, unzipped it, run it off one of our web servers (successfully) but when I open it as a web site and try to debug it in VS (locally) I get "undefined(anonymous function) @ jimu.js/ConfigManager.js:105" in Chrome dev tools.&amp;nbsp; Am I missing something?&amp;nbsp; Any suggestions on how to successfully debug a WAB app in VS? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though I'm not intending to use it, when I try to run it in Aptana I get:&lt;/P&gt;&lt;P&gt;Secure Connection Failed&lt;/P&gt;&lt;P&gt;The connection to 127.0.0.1:8020 was interrupted while the page was loading.&lt;/P&gt;&lt;P&gt;The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.&lt;/P&gt;&lt;P&gt;Please contact the website owners to inform them of this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thoughts as to what this issue may be?&amp;nbsp; Something between ide, ssl certificate and localhost?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 22:49:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219357#M5992</guid>
      <dc:creator>AndrewHayden1</dc:creator>
      <dc:date>2015-05-05T22:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging WAB App in Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219358#M5993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; When you say you "downloaded the WAB app and added it to your web server", did you develop the app in AGOL and then download it or where did you initially configure your app? If you did download it from AGOL or Portal then the output is likely minified and and will extremely challenging to debug. This is what the WAB Developer edition if for. I have not ever considered trying to use VS for debugging a WAB site. I start with WAB Developer version and do all my debugging in Brackets (a free JS IDE).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 12:07:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219358#M5993</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-05-06T12:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging WAB App in Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219359#M5994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I configured the app in WAB Developer and downloaded it via the drop down to the right of the launch button (screen shot below).&amp;nbsp; I'll be entirely honest, I'm a bit confused from the start if I should be chasing down that download or the \arcgis-web-appbuilder-1.1\server\apps\[app_number] folder.&amp;nbsp; In simple terms, will one net me a minified version vs the other netting a non-minified version or is there some other difference?&amp;nbsp; In either event, I've chased down both and not had any success debugging either in an IDE on a dev workstation (in VS or Aptana anyway).&amp;nbsp; We were hoping to put the site under source control (VSS or TFS) to manage working on an app collaboratively.&amp;nbsp; Is this not a "typical" workflow or is this generally handled differently?&amp;nbsp; Also, I did just try Brackets and it gives me "The webpage at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://127.0.0.1:21561/index.html" rel="nofollow" target="_blank"&gt;https://127.0.0.1:21561/index.html&lt;/A&gt;&lt;SPAN&gt; might be temporarily down or it may have moved permanently to a new web address" when I try to debug the app.&amp;nbsp; I don't understand SSL but, between what Brackets and Aptana are telling me, is there is an issue with SSL, localhost and whatever web server each ide is using?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/95187_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 15:52:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219359#M5994</guid>
      <dc:creator>AndrewHayden1</dc:creator>
      <dc:date>2015-05-06T15:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging WAB App in Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219360#M5995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; So this is my development workflow.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Use WAB Dev edition to configure my app.&lt;/LI&gt;&lt;LI&gt;Once I am pretty comfortable with the apps data and widget configuration, I open the arcgis-web-appbuilder-1.1\server\apps\[app_number] folder in Brackets.&lt;/LI&gt;&lt;LI&gt;Now in Brackets I start changing code for the stemApp or any widgets I want to tweak.&lt;/LI&gt;&lt;LI&gt;Once I am ready to test deploy the app then I download the app using WAB "download" (like you have above).&lt;/LI&gt;&lt;LI&gt;If I find something still needs tweaking I don't do anything in the deployed test version, I just go back to Brackets and tweak the code there and repeat step 4.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't use SSL so I can't be of any help in that arena.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 16:21:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219360#M5995</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-05-06T16:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging WAB App in Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219361#M5996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding to what Robert said, here is my two cents - You might want to think of using git for source control and combine that with using bitbucket for private repos or github for public repositories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also look at grunt or gulp for JS development related task automation that kind of take away the pain of not having a full fledged IDE. SublimeText is another paid option with a trial to try out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use brackets and notepad++ for now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 17:26:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219361#M5996</guid>
      <dc:creator>SubuSwaminathan1</dc:creator>
      <dc:date>2015-05-06T17:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging WAB App in Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219362#M5997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm finding myself in the same situation wanting to put project in source control. &lt;/P&gt;&lt;P&gt;Should I put the whole WAB folder in Git or just the app folder?&amp;nbsp; What about WAB updates?&lt;/P&gt;&lt;P&gt;The WAB upgrade process sucks apps into new version so that'll mess up Git workflow.&lt;/P&gt;&lt;P&gt;Or should I download app to another location and put into Git? &lt;/P&gt;&lt;P&gt;Unfortunately, WAB builder is minifying the config.json of downloaded app making it harder to maintain versus WAB.&amp;nbsp; I like Robert's workflow, but again I wonder about WAB upgrades and Git.&lt;/P&gt;&lt;P&gt;Any ideas? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 23:58:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219362#M5997</guid>
      <dc:creator>GerardoGarza</dc:creator>
      <dc:date>2015-05-07T23:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging WAB App in Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219363#M5998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gerardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I just beautify the config.json in brackets and it's back to normal. I don't use source control right now so I don't worry about those issues and as of right now the upgrade process for WAB is extremely manual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 00:04:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219363#M5998</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-05-08T00:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging WAB App in Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219364#M5999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert.&amp;nbsp; Config back to normal. &lt;/P&gt;&lt;P&gt;I used Notepad++ with the JSTool plugin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 00:10:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219364#M5999</guid>
      <dc:creator>GerardoGarza</dc:creator>
      <dc:date>2015-05-08T00:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging WAB App in Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219365#M6000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gerardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Git keeps track of every change to your code under its watch - nothing ever gets lost. If you use a remote repository like github or bitbucket, you have another extra layer of protection. So you can go back in time pretty easily - of course one has to learn to do commits and branches and create a process that works for your team - one more thing to learn and keep track of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether you put the whole WAB or individual WAB application projects in git, that is up to you. With all the custom widgets that the community is creating, it might be worth putting the whole WAB folder in git.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For full version upgrades, I would mothball the old version (zip the whole WAB folder up and back it up somewhere) and create a new git repo for the new WAB version before you start importing. Having multiple WABs in the same machine/location would require changing the ports that WAB(node js) is listening on - not tried yet but appears to be theoretically possible - maybe others can chime in on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway things go wrong, you now have multiple ways of getting back to the previous working status quo quickly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 15:36:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219365#M6000</guid>
      <dc:creator>SubuSwaminathan1</dc:creator>
      <dc:date>2015-05-08T15:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging WAB App in Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219366#M6001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Subu.&lt;/P&gt;&lt;P&gt;I ended up putting entire WAB folder in a Git repository as a subfolder.&amp;nbsp; When an update comes along, I can add new WAB folder to the same Git repo, do the upgrade procedure, and delete (or keep) previous versions subfolder.&amp;nbsp; I also created some development branches.&amp;nbsp; This is where I ran into an issue switching branches.&amp;nbsp; I am running node as a windows service and apparently it locks the files in the server/db folder, so when I switched branches I got some Git permission errors.&amp;nbsp; I just turn off service if I need to switch. &lt;/P&gt;&lt;P&gt;On a related note, regarding the files in the server/db folder.&amp;nbsp; They are pointers to items in the application like widgets and themes.&amp;nbsp; They seem to change every time I restart node service.&amp;nbsp; Do you know how they interact with node? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 20:08:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219366#M6001</guid>
      <dc:creator>GerardoGarza</dc:creator>
      <dc:date>2015-05-08T20:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging WAB App in Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219367#M6002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From just reading the content of those files, the server/db appears to contain json maintaining the state of the WAB apps, locale info and such misc things - makes sense why node might be writing to them on stop and restart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest that you start a new discussion/thread documenting your experience with WAB + git and post your questions there. Maybe other WAB developers and even esri staff might chime in if they choose to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep posting. Very useful info here.&lt;/P&gt;&lt;P&gt;Subu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2015 21:06:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219367#M6002</guid>
      <dc:creator>SubuSwaminathan1</dc:creator>
      <dc:date>2015-05-08T21:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging WAB App in Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219368#M6003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate all the thoughts here.&amp;nbsp; Although I've not been able to get &lt;A href="https://community.esri.com/"&gt;\\arcgis-web-appbuilder-1.1\server\apps\[app_number&lt;/A&gt;] running in out of VS, I've been able to download the app host it on my local iis and then open the website from VS and debug it.&amp;nbsp; Once open, I am able to add the app to source control (in this case VSS).&amp;nbsp; I'm not familiar enough with GitHub but the upgrade path in either scenario concerns me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 21:06:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219368#M6003</guid>
      <dc:creator>AndrewHayden1</dc:creator>
      <dc:date>2015-05-11T21:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging WAB App in Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219369#M6004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For debugging, I suggest chrome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 02:04:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219369#M6004</guid>
      <dc:creator>JunshanLiu</dc:creator>
      <dc:date>2015-05-15T02:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging WAB App in Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219370#M6005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depends on what you want to do, I have this suggestion:&lt;/P&gt;&lt;P&gt;* If you want to create custom widget/theme, I suggest &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Put the widget/theme under stemapp folder and use &lt;SPAN style="color: #595959; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14.45px; background-color: #f8f8f8;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fyour" rel="nofollow" target="_blank"&gt;http://your&lt;/A&gt;&lt;SPAN&gt; host/webappbuilder/?id=stemapp&lt;/SPAN&gt;&lt;/SPAN&gt; to run and debug your widget/theme&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Put your widget/theme in source control&lt;/P&gt;&lt;P&gt;* If you need to do the deep customization of the created app, such as change jimu.js code, I suggest:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Use WAB to create a new app as a starter app, and use &lt;SPAN style="color: #595959; font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; font-size: 14.45px; background-color: #f8f8f8;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fyour" rel="nofollow" target="_blank"&gt;http://your&lt;/A&gt;&lt;SPAN&gt; host/webappbuilder/apps/&amp;lt;appid&amp;gt; &lt;/SPAN&gt;&lt;/SPAN&gt;to run and debug your app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&amp;nbsp; Put your app in source control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 07:30:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219370#M6005</guid>
      <dc:creator>JunshanLiu</dc:creator>
      <dc:date>2016-02-03T07:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging WAB App in Visual Studio 2012</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219371#M6006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We use VS2015 for our web development and really enjoy it. We mostly follow Robert's work flow as above and we use TFS for our code repository. After much debate we went with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tfs\wab&amp;nbsp;&amp;nbsp; &amp;lt;- we pulled the latest dev ver of WAB and added it to source control just in case.&lt;/P&gt;&lt;P&gt;tfs\wab\custom\widget&amp;nbsp;&amp;nbsp; &amp;lt;- our custom widget code, we place here when we are done.&lt;/P&gt;&lt;P&gt;tfs\client\project\&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;- our configured client setup, the code we deliver to the client. We develop the widget here at first then move it to the custom repo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Wab, we create the project and get it setup. &lt;/P&gt;&lt;P&gt;We develop the widget in place, then move it to the general repo when complete for use in other projects. That becomes the master. Any further mods are done there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We then combine and deploy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During development we generally debug the back end C# with VS2015 and use Chrome or IE's F12 to debug the JS. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 14:14:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/debugging-wab-app-in-visual-studio-2012/m-p/219371#M6006</guid>
      <dc:creator>JordanBaumgardner</dc:creator>
      <dc:date>2016-02-03T14:14:41Z</dc:date>
    </item>
  </channel>
</rss>

