• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    .NET

    Reply
    Distinguished Contributor
    Posts: 288
    Registered: ‎04-06-2004

    Why is the debugging process slow

    134 Views, 1 Replies
    07-15-2012 10:33 AM

    Converting my apps from .NET 35 to .NET 40 was not too painful except for the debugging speed! Why is AutoCAD 2013 so slow....

     

    Should I be building my apps on a 32bit box and then do the final build on a 64bit box?

     

    Thanks

    J.

    Please use plain text.
    *Expert Elite*
    Posts: 6,460
    Registered: ‎06-29-2007

    Re: Why is the debugging process slow

    07-15-2012 01:15 PM in reply to: JeffatICS

    Hi,

     

    >> Why is AutoCAD 2013 so slow....

    imho it's not 2013 that makes debugging slow, I think it's Framework4 that's slower (as more functional) than 3.5 was.

    But I have not done debugging-speeding comparision tests :smileywink:

     

    >> Should I be building my apps on a 32bit box

    I do so (using VmWare), because of the "edit-while-debug" availability for 32bit. That gives more efficiency during coding.

    VS does not allow that with 64bit code (and also does it not with the next release afaik).

     

    - alfred -

     

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.