Finally! Edit and Continue in x64!
To x64 or not to x64? One thing that was troubling me answering this question was the lack of 'Edit and Continue' feature when Visual Studio works under x64 (64 bit) operating system.
'Edit and Continue' allows editing code while being in debug mode and resuming execution without restarting the application. Yes, yes. Some people will argue that this is not a big deal, since 'Edit and Continue' is just a nice to have feature and not that important. I will tell you something. Most of the times these people are web developers that never had the chance to use it, since it was never available when developing on ASP.NET.
Good news! Edit and Continue is available on .NET 4 even when using x64 OS! Still not possible on ASP.NET. Watch my screencast...


Comments [0]