转 Debugging AutoCAD 2017 using Visual Studio 2015

时间:2024-05-26 11:07:38

原文地址:

http://adndevblog.typepad.com/autocad/2016/05/debugging-autocad-2017-using-visual-studio-2015.html

By Virupaksha Aithal

At present, developers are unable to debug the .NET modules in AutoCAD 2017 with VS 2015. As explained in Kean's article for VS 2013 http://through-the-interface.typepad.com/through_the_interface/2013/11/debugging-autocad-using-visual-studio-2013.html , the workaround for this issue is to either enable the native debugging or using the Compatibility mode in VS 2015.

  1. Turn on "Use Managed Compatibility Mode" via Tools –> Options –> Debugging.
  2. Turn on "Enable native code debugging" from Project –> Properties –> Debug.

Posted at 02:31 AM in .NET, AutoCAD, Virupaksha Aithal | Permalink

转 Debugging AutoCAD 2017 using Visual Studio 2015