.NET
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Debugging arx application for AutoCAD 2012 with VS2010
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello,
I’m unable to debug my arx.
For context, I'm on Windows 7-32bit; Visual Studio 2008 SP1 and 2010 SP1 are both installed.
I modified the project file (.vcxproj) by adding
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>:
<PropertyGroup Label="Globals">
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
inside the <PropertyGroup Label="Globals"> node.
I switched Platform Toolset from v100 to v90.
Then I launched AutoCAD 2012, loaded my arx solution in VS2010 and from the Tools menu, Attach to Process… I tried to select Attach to Managed v3.5 but it does not exist! All I see is Managed (v2.0, v1.1, v1.0) code or Managed (v4.0) code.
Am I the only one having this much fun with debugging? After sifting the internet I found no similar issues.
I’d appreciate your advice!
Solved! Go to Solution.
Re: Debugging arx application for AutoCAD 2012 with VS2010
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hello,
"Attach to process" does not work correctly when it comes to debugging AutoCAD plug-ins. This is to do with the use the fibers in AutoCAD.
Can you please try setting AutoCAD exe path as the external exe to be launched in the project properties and then use F5 to start AutoCAD ? The .arx can then be apploaded and the breakpoint should be hit when your custom command is executed.
I have attached a screenshot of the project setting.
Balaji
Developer Technical Services
Autodesk Developer Network

