.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Why is the debugging process slow
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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.
Re: Why is the debugging process slow
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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 ![]()
>> 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
-------------------------------------------------------------------------
Alfred NESWADBA
Ingenieur Studio HOLLAUS ... www.hollaus.at
-------------------------------------------------------------------------
