<?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: How to debug  ArcGIS Pro (2.2.0) script tool using Visual Studio 2017?  in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483807#M37756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@simo, pls have a good look at&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/arcpy/get-started/debugging-python-code.htm" title="http://pro.arcgis.com/en/pro-app/arcpy/get-started/debugging-python-code.htm"&gt;Debug Python code—ArcPy Get Started | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i&amp;nbsp;just did these exact steps&lt;/P&gt;&lt;P&gt;1. Open&amp;nbsp;Visual Studio 2017&lt;/P&gt;&lt;P&gt;2. install "Python development" workload&lt;/P&gt;&lt;P&gt;3. from the menu choose &lt;STRONG&gt;File\Open\File...&lt;/STRONG&gt; , choose your py file, and add a break point&lt;/P&gt;&lt;P&gt;4. from the menu choose&amp;nbsp;&lt;STRONG&gt;Debug\Attach to Process...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; - &lt;STRONG&gt;Attach to: &lt;/STRONG&gt;must be set to&lt;STRONG&gt; Python code&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; - in the Available processes list, choose &lt;STRONG&gt;ArcGISPro.exe&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jul 2018 21:57:10 GMT</pubDate>
    <dc:creator>GhislainPrince</dc:creator>
    <dc:date>2018-07-02T21:57:10Z</dc:date>
    <item>
      <title>How to debug  ArcGIS Pro (2.2.0) script tool using Visual Studio 2017?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483804#M37753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a reality that developers can&amp;nbsp;use Visual Studio 2017 to interactively debug the script tools in ArcGIS Pro V2.2.0.&amp;nbsp; This is clearly read and shown in the help document and the following video:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/arcpy/get-started/debugging-python-code.htm" title="http://pro.arcgis.com/en/pro-app/arcpy/get-started/debugging-python-code.htm"&gt;Debug Python code—ArcPy Get Started | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.youtube.com/watch?v=qrp46oVBiEY" title="https://www.youtube.com/watch?v=qrp46oVBiEY"&gt;ArcGIS Pro and Python - YouTube&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I spent many hours&amp;nbsp;trying to make the Visual Studio 2017 debugger (Community Version) working with ArcGIS Pro&amp;nbsp;without much success.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I attached the debugger to the ArcGIS Pro process, I run the tool, then I 'll see the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Source Not Available&lt;/STRONG&gt; and&lt;STRONG&gt; Frame not in module&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/412584_VS_debug1.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I&lt;STRONG&gt; Enable address-level debugging--&amp;gt; Show disassembly if source is not available&lt;/STRONG&gt; in the &lt;STRONG&gt;Debug--&amp;gt;Options&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I'll the following error. To be honest, I don't think this setting make any sense for Python any way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;No disassembly available.&lt;/STRONG&gt; (not surprised)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/412585_VS_debug2.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I set up the test:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Create a new python project in VS 2017.&lt;/P&gt;&lt;P&gt;2.Set the Python Environment to ArcGIS Pro env: &lt;STRONG&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3.Put something testing code in the .py file in the project:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt;aprx = arcpy.mp.ArcGISProject("C:\RIASP II\RDA_Pro\RDA_Pro.aprx")&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt;m=aprx.listMaps("Current Work Space")[0]&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt;for lyr in m.listLayers(): &lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; if lyr.name=="Events":&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; print(lyr.name)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;4. create a script tool in ArcGIS Pro and point the script to the py file mentioned in step 3.&lt;/P&gt;&lt;P&gt;5. In VS 2017, Debug --&amp;gt; Attach to Process --&amp;gt; Attach to : Python Code --&amp;gt; ArcGIS Pro&lt;/P&gt;&lt;P&gt;6. Run the tool created in step 4 in ArcGIS Pro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I check the &lt;STRONG&gt;Solution Property &lt;/STRONG&gt;in VS 2017,&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;I found my source code paths are &lt;SPAN style="color: #ff0000;"&gt;automatically&lt;/SPAN&gt; put into &lt;STRONG&gt;Do not look for these source files!!!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/412619_VS_debug3.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to set the &lt;STRONG&gt;Directories containing source code&lt;/STRONG&gt; in the above property window and empty the &lt;STRONG&gt;Do not look for these source files&lt;/STRONG&gt; box before the debug, but, after the debug attempt my source code path will be put back in the &lt;STRONG&gt;Do not look for these source files.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have anyone else tried this and&amp;nbsp;actually made it working?&amp;nbsp;&lt;/P&gt;&lt;P&gt;ESRI help document has not been very helpful to me so far..., Microsoft help document ? you know...&lt;/P&gt;&lt;P&gt;At least,&amp;nbsp;we can see the light at the end of the tunnel: A rich debug experience in an IDE for script tools built for ArcGIS Pro is coming...&lt;/P&gt;&lt;P&gt;Any advice or suggestions will be highly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2018 07:32:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483804#M37753</guid>
      <dc:creator>simoxu</dc:creator>
      <dc:date>2018-06-28T07:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug  ArcGIS Pro (2.2.0) script tool using Visual Studio 2017?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483805#M37754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, Just an update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It turns out you need to turn off the Python Exception, in the VS 2017 Debug--&amp;gt; Options. Then you'll be able to stop at the break point set in your source code.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I also installed Python native development tools for the Python development Workloads, but I don't know whether or not it has any effect on this outcome.&amp;nbsp; Try turning off Python Exception first before installing this humongous component.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 04:37:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483805#M37754</guid>
      <dc:creator>simoxu</dc:creator>
      <dc:date>2018-06-29T04:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug  ArcGIS Pro (2.2.0) script tool using Visual Studio 2017?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483806#M37755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or have a look at...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2018/01/28/spyder"&gt;/blogs/dan_patterson/2018/01/28/spyder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2016/07/17/anaconda-spyder-and-arcgis-pro"&gt;/blogs/dan_patterson/2016/07/17/anaconda-spyder-and-arcgis-pro&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/blogs/dan_patterson/2017/07/01/arcgis-pro-2-creating-desktop-shortcuts"&gt;/blogs/dan_patterson/2017/07/01/arcgis-pro-2-creating-desktop-shortcuts&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although as of writing, there is an issue with ArcGIS Pro 2.2 and cloned environments... but when it is resolved, Spyder is a real option since it integrates well with IPython Jupyter Notebooks as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 07:54:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483806#M37755</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-06-29T07:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug  ArcGIS Pro (2.2.0) script tool using Visual Studio 2017?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483807#M37756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@simo, pls have a good look at&amp;nbsp;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/arcpy/get-started/debugging-python-code.htm" title="http://pro.arcgis.com/en/pro-app/arcpy/get-started/debugging-python-code.htm"&gt;Debug Python code—ArcPy Get Started | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i&amp;nbsp;just did these exact steps&lt;/P&gt;&lt;P&gt;1. Open&amp;nbsp;Visual Studio 2017&lt;/P&gt;&lt;P&gt;2. install "Python development" workload&lt;/P&gt;&lt;P&gt;3. from the menu choose &lt;STRONG&gt;File\Open\File...&lt;/STRONG&gt; , choose your py file, and add a break point&lt;/P&gt;&lt;P&gt;4. from the menu choose&amp;nbsp;&lt;STRONG&gt;Debug\Attach to Process...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; - &lt;STRONG&gt;Attach to: &lt;/STRONG&gt;must be set to&lt;STRONG&gt; Python code&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; - in the Available processes list, choose &lt;STRONG&gt;ArcGISPro.exe&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 21:57:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483807#M37756</guid>
      <dc:creator>GhislainPrince</dc:creator>
      <dc:date>2018-07-02T21:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug  ArcGIS Pro (2.2.0) script tool using Visual Studio 2017?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483808#M37757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ghislain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I managed to make it working as I mentioned in the update, but the whole environment is still a little shaky.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to step through the script tool validation code, there is a big chance VS 2017 can't find the source code, then&amp;nbsp;&lt;/P&gt;&lt;P&gt;the Open Source window will be opened tryinig to find a file type of something like&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;RDA_Tools_Pro\RDA Data Management.tbx#updateEventIDs.UpdateParameters.py :&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;IMG alt="This file type does not exist, so it" s="" impossible="" to="" point="" to="" the="" right="" source="" /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If I don't use step over mode, it seems working fine, it can hit the breakpoint and I can inspect the variable values.&amp;nbsp;&amp;nbsp;then I can set breakpoint at another location and use Continue command to run the program and make it stop at the breakpoint.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not perfect, but I have to say it's much better than nothing &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 23:52:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483808#M37757</guid>
      <dc:creator>simoxu</dc:creator>
      <dc:date>2018-07-02T23:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug  ArcGIS Pro (2.2.0) script tool using Visual Studio 2017?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483809#M37758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For debugging to work correctly&amp;nbsp;the IDE requires the code to live in a ".py" file on disk.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since script tool validation code doesn't live inside a ".py" file (it lives inside&amp;nbsp;the .tbx) , so you cannot debug it as is.&amp;nbsp; See the&amp;nbsp;instructions found in the "Debug script tool validation code" on the help page i mentioned above.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 00:09:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483809#M37758</guid>
      <dc:creator>GhislainPrince</dc:creator>
      <dc:date>2018-07-04T00:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug  ArcGIS Pro (2.2.0) script tool using Visual Studio 2017?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483810#M37759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As said, I can set breakpoints and it sometimes works, kind of hit-and-miss though. so the process you mentioned is done&amp;nbsp; ---- copying the code to a py file and in the tool validation dialog I have some code to load the validation module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2018 04:01:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483810#M37759</guid>
      <dc:creator>simoxu</dc:creator>
      <dc:date>2018-07-04T04:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug  ArcGIS Pro (2.2.0) script tool using Visual Studio 2017?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483811#M37760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/10807"&gt;simo xu&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean by "turn off the Python Exception"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 15:16:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483811#M37760</guid>
      <dc:creator>JonathanBailey</dc:creator>
      <dc:date>2019-02-25T15:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug  ArcGIS Pro (2.2.0) script tool using Visual Studio 2017?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483812#M37761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;Jonathan,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Python Exception" actually is under Debug-&amp;gt;Windows--&amp;gt;Exception Settings&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In my post I said it was under Debug--&amp;gt;Options, that was wrong. sorry for that.&lt;/P&gt;&lt;P&gt;If you want to know more about the Python Exception in VS2017, here is a link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.microsoft.com/en-us/visualstudio/python/debugging-python-in-visual-studio?view=vs-2017#exceptions" title="https://docs.microsoft.com/en-us/visualstudio/python/debugging-python-in-visual-studio?view=vs-2017#exceptions"&gt;Debug Python code - Visual Studio | Microsoft Docs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; update:&lt;/P&gt;&lt;P&gt;I'll mark this as the correct answer for now, as it works for me. This can always be re-viewed and changed, when a better answer emerges.&amp;nbsp; Thanks to all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 00:06:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483812#M37761</guid>
      <dc:creator>simoxu</dc:creator>
      <dc:date>2019-02-26T00:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to debug  ArcGIS Pro (2.2.0) script tool using Visual Studio 2017?</title>
      <link>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483813#M37762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;referencing this in case this helps anyone:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/arcgis-desktop/analytics/how-to-debug-python-toolboxes-in-3-easy-steps/" title="https://www.esri.com/arcgis-blog/products/arcgis-desktop/analytics/how-to-debug-python-toolboxes-in-3-easy-steps/"&gt;How to Debug Python Toolboxes in 3 Easy Steps&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://sspinnovations.com/blog/fixing-python-scripts/" title="https://sspinnovations.com/blog/fixing-python-scripts/"&gt;https://sspinnovations.com/blog/fixing-python-scripts/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2020 04:53:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-debug-arcgis-pro-2-2-0-script-tool-using/m-p/483813#M37762</guid>
      <dc:creator>AndresCastillo</dc:creator>
      <dc:date>2020-04-17T04:53:38Z</dc:date>
    </item>
  </channel>
</rss>

