Author Topic: JIT Debugging Windows Form in Autocad 2014  (Read 1489 times)

0 Members and 1 Guest are viewing this topic.

Atook

  • Swamp Rat
  • Posts: 1029
  • AKA Tim
JIT Debugging Windows Form in Autocad 2014
« on: November 02, 2015, 12:42:15 AM »
Trying to step through code in a windows form that's in my C# project.

When I run into an error or try and stop at a break point in the windows form, I get the attached error, and can't stop the code.

But when I hit a break point that's not in a Windows Form, it behaves as expected. Any ideas?

Running Visual Studio 2015 Community Edition on Win 10 64bit against AutoCAD 2014. Target framework is .NET 4

TJK44

  • Guest
Re: JIT Debugging Windows Form in Autocad 2014
« Reply #1 on: November 03, 2015, 10:30:00 AM »
See if this post from Kean helps.

Click Here