<?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 program&amp;nbsp; don't stop on breakpoints! in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/program-nbsp-don-t-stop-on-breakpoints/m-p/295259#M7671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At debugging of add-ins for ArcMap the program does not stop on breakpoints! Breakpoints marked exclamation [ATTACH=CONFIG]23359[/ATTACH].&amp;nbsp; Why?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Apr 2013 22:14:45 GMT</pubDate>
    <dc:creator>AnatolySenchenko</dc:creator>
    <dc:date>2013-04-09T22:14:45Z</dc:date>
    <item>
      <title>program  don't stop on breakpoints!</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/program-nbsp-don-t-stop-on-breakpoints/m-p/295259#M7671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At debugging of add-ins for ArcMap the program does not stop on breakpoints! Breakpoints marked exclamation [ATTACH=CONFIG]23359[/ATTACH].&amp;nbsp; Why?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 22:14:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/program-nbsp-don-t-stop-on-breakpoints/m-p/295259#M7671</guid>
      <dc:creator>AnatolySenchenko</dc:creator>
      <dc:date>2013-04-09T22:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: program  don't stop on breakpoints!</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/program-nbsp-don-t-stop-on-breakpoints/m-p/295260#M7672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Obviously debugger fails to attach to running ArcMAP process. Try closing all ArcMaps that are open. Rebuild, close-open visual studio project, check with Task Manager if any ArcMap processes left running. If there are - kill them. This manupulations work for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 06:59:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/program-nbsp-don-t-stop-on-breakpoints/m-p/295260#M7672</guid>
      <dc:creator>TeoD_Smyrni</dc:creator>
      <dc:date>2013-04-10T06:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: program  don't stop on breakpoints!</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/program-nbsp-don-t-stop-on-breakpoints/m-p/295261#M7673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The point has been discussed before:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/16137-.NET-4-DLL-in-3.5-Add-in-(Or-.NET-4-Add-in-not-Debugging)" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/16137-.NET-4-DLL-in-3.5-Add-in-(Or-.NET-4-Add-in-not-Debugging)&lt;/A&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://gis.stackexchange.com/questions/13606/why-cant-the-breakpoint-be-hit-when-debugging-an-arcgis-10-add-in" rel="nofollow" target="_blank"&gt;http://gis.stackexchange.com/questions/13606/why-cant-the-breakpoint-be-hit-when-debugging-an-arcgis-10-add-in&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My best guess is that you are using either the 4.0 or 4.5 framework and have not modified ArcMap.exe.config to indicate this.&amp;nbsp; Suggest that you make a copy of this file and then edit it.&amp;nbsp; You need to uncomment the XML fragment at the top of the file which corresponds to the version of the framework that you are using.&amp;nbsp; I believe that you can list multiple frameworks so you only need to modify 1 line in the file to add yours.&amp;nbsp; This is an extract from mine:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;startup&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;supportedRuntime version="v4.0.30319"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;supportedRuntime version="v2.0.50727"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/startup&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 09:07:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/program-nbsp-don-t-stop-on-breakpoints/m-p/295261#M7673</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-04-10T09:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: program  don't stop on breakpoints!</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/program-nbsp-don-t-stop-on-breakpoints/m-p/295262#M7674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I uncomment the XML fragment - 1 line (&amp;lt;supportedRuntime version="v4.0.30319"/&amp;gt;) and&amp;nbsp; breakpoints work!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 10:07:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/program-nbsp-don-t-stop-on-breakpoints/m-p/295262#M7674</guid>
      <dc:creator>AnatolySenchenko</dc:creator>
      <dc:date>2013-04-10T10:07:49Z</dc:date>
    </item>
  </channel>
</rss>

