Author Topic: AutoCAD 2017 Debug?  (Read 7936 times)

0 Members and 1 Guest are viewing this topic.

BlackBox

  • King Gator
  • Posts: 3770
Re: AutoCAD 2017 Debug?
« Reply #15 on: July 26, 2016, 11:06:10 AM »
Can anyone confirm 'Edit & Continue' being fixed with 2017 SP1?
"How we think determines what we do, and what we do determines what we get."

Jeff_M

  • King Gator
  • Posts: 4087
  • C3D user & customizer
Re: AutoCAD 2017 Debug?
« Reply #16 on: July 26, 2016, 09:07:43 PM »
Yes, E & C is fixed with SP1.

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2124
  • class keyThumper<T>:ILazy<T>
Re: AutoCAD 2017 Debug?
« Reply #17 on: July 27, 2016, 04:30:32 AM »
In AutoCAD Vanilla 2017 SP1 ; Visual Studio 2015 Update 3
Framework 4.6

AutoLoad 'seems' to work for my bundles.

Edit and continue works.


.... Sort of anticlimactic.
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2124
  • class keyThumper<T>:ILazy<T>
Re: AutoCAD 2017 Debug?
« Reply #18 on: July 27, 2016, 04:37:00 AM »
For Completeness, this is my netStart.scr file contents
Code - Text: [Select]
  1. netload "C:\Users\kdub_\Documents\Visual Studio 2015\Projects\Acad2017\Test021\Test021\bin\debug\Test021.dll"
  2.  

Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2124
  • class keyThumper<T>:ILazy<T>
Re: AutoCAD 2017 Debug?
« Reply #19 on: July 27, 2016, 05:44:27 AM »
And a reminder to turn off LoaderLock in
Managed Debug Assistants
So we can use the VLIDE in debug mode.

Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.