<?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: AutoCAD 2010 and the .NET debugger in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/autocad-2010-and-the-net-debugger/m-p/2595709#M68119</link>
    <description>Hello dan.mcrae,&lt;BR /&gt;
It works in non-express versions of Visual Studio without any modification &lt;BR /&gt;
except to tell it to launch Autocad when you start debugging (or you can &lt;BR /&gt;
attach to the Autocad process before net loading your code). If you are using &lt;BR /&gt;
an Express version of Visual Studio there is a hack you need to implement &lt;BR /&gt;
before you can debug. Here's is Kean Walmsley's "Through the Interface" article &lt;BR /&gt;
on setting up Express debugging: http://through-the-interface.typepad.com/through_the_interface/2006/07/debugging_using.html&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Hello,&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Does anyone know if the debugger in Visual Studio operates while in&lt;BR /&gt;
&amp;gt; Autocad while .NET is executing. We tried it and nothing happens. It&lt;BR /&gt;
&amp;gt; just skips right over it.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; THX,&lt;BR /&gt;
&amp;gt; Dan</description>
    <pubDate>Mon, 30 Nov 2009 12:22:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-11-30T12:22:26Z</dc:date>
    <item>
      <title>AutoCAD 2010 and the .NET debugger</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2010-and-the-net-debugger/m-p/2595708#M68118</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Does anyone know if the debugger in Visual Studio operates while in Autocad while .NET is executing. We tried it and nothing happens. It just skips right over it.&lt;BR /&gt;
&lt;BR /&gt;
THX,&lt;BR /&gt;
Dan</description>
      <pubDate>Sat, 28 Nov 2009 13:37:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2010-and-the-net-debugger/m-p/2595708#M68118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-28T13:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2010 and the .NET debugger</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2010-and-the-net-debugger/m-p/2595709#M68119</link>
      <description>Hello dan.mcrae,&lt;BR /&gt;
It works in non-express versions of Visual Studio without any modification &lt;BR /&gt;
except to tell it to launch Autocad when you start debugging (or you can &lt;BR /&gt;
attach to the Autocad process before net loading your code). If you are using &lt;BR /&gt;
an Express version of Visual Studio there is a hack you need to implement &lt;BR /&gt;
before you can debug. Here's is Kean Walmsley's "Through the Interface" article &lt;BR /&gt;
on setting up Express debugging: http://through-the-interface.typepad.com/through_the_interface/2006/07/debugging_using.html&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Hello,&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Does anyone know if the debugger in Visual Studio operates while in&lt;BR /&gt;
&amp;gt; Autocad while .NET is executing. We tried it and nothing happens. It&lt;BR /&gt;
&amp;gt; just skips right over it.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; THX,&lt;BR /&gt;
&amp;gt; Dan</description>
      <pubDate>Mon, 30 Nov 2009 12:22:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2010-and-the-net-debugger/m-p/2595709#M68119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-30T12:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: AutoCAD 2010 and the .NET debugger</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-2010-and-the-net-debugger/m-p/2595710#M68120</link>
      <description>Dan,&lt;BR /&gt;
&lt;BR /&gt;
If you're not using the Express version, then:&lt;BR /&gt;
&lt;BR /&gt;
1.  Go to your solution's Properties (menu: Project/&lt;APP name=""&gt; Properties)&lt;BR /&gt;
2.  Select the Debug Tab&lt;BR /&gt;
3.  Select Start external program: C:\Program Files\AutoCAD 2010\acad.exe&lt;BR /&gt;
4.  Set Working Directory: C:\Program Files\AutoCAD 2010&lt;BR /&gt;
5.  Ensure your active configuration is Debug (if you look at this, if not it may be there by default)&lt;BR /&gt;
6.  Click the Start Debugging icon (or F5), it should open AutoCAD for you&lt;BR /&gt;
7.  Type Netload, then select your debug dll (eg. C:\....\ProjectName\ProjectName\bin\Debug\ProjectName.dll)&lt;BR /&gt;
8.  Type in your command and now its in debug mode!  If you have a breakpoint set, it should find it.&lt;/APP&gt;</description>
      <pubDate>Fri, 04 Dec 2009 19:19:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-2010-and-the-net-debugger/m-p/2595710#M68120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-04T19:19:20Z</dc:date>
    </item>
  </channel>
</rss>

