edit-and-continue Questions
4
I'm debugging a .NET 4.0 application in Visual Studio 2015. My application builds and runs fine, but when I try to edit and continue while running under the debugger, regardless of what changes I m...
Dionisio asked 28/12, 2016 at 22:33
3
Is it possible to have the Edit and Continue option enabled on Visual Studio when debugging using Local IIS instead of IIS express?
Turnspit asked 4/5, 2017 at 14:45
23
Solved
The Visual Studio Edit and Continue feature stopped on Visual Studio 2010, and I don't know what has caused the problem.
I am working on a Windows application program using C#. This application wa...
Fictive asked 24/1, 2011 at 12:40
27
Solved
I have stumbled into an issue that is really annoying.
When I debug my software, everything runs OK, but if I hit a breakpoint and edit the code, when I try to continue running I get an error:
Meta...
Maggs asked 10/12, 2013 at 9:41
8
Solved
I'm using Visual Studio 2008, C#. I try to use edit-and-continue (edit the code while debugging), and get this exception:
"Changes to 64-bit applications are not allowed"
Why is that? Is there a ...
Esparto asked 30/9, 2009 at 14:27
2
Solved
Supposedly vs 2013 added support for edit and continue 64 bit (see http://blogs.msdn.com/b/visualstudioalm/archive/2013/06/26/debugging-support-for-64-bit-edit-and-continue-in-visual-studio-2013.as...
Bluegrass asked 2/12, 2013 at 8:46
4
Solved
I get this message when I try to edit and continue in VSC15:
'file.cpp' in 'LIB.DLL' was not linked with Edit and Continue enabled.
Ensure that /INCREMENTAL linking is enabled, and the /EDITANDCO...
Partridge asked 27/4, 2016 at 15:0
13
Solved
I'm having some problems with Edit and Continue when using Visual Studio 2010 on a Windows 7 64 bit machine. I've ensured the following
Edit and Continue is enabled under Tools>Options>Debugging>...
Onehorse asked 8/5, 2010 at 21:56
5
Solved
I recently watched a bit of Notch's Ludum Dare live stream. He uses Eclipse's hotswap feature extensively while he works on his game. (here is a video of what I am referring to http://www.twitch.tv...
Underlayer asked 20/12, 2011 at 21:4
1
Solved
I'm trying to get managed Edit & Continue working (in Visual Studio 2015 v14.0.25425.01 update 3) and it's giving me the dreaded dialog, "Changes are not allowed in the following cases:"
Atta...
Hart asked 6/10, 2016 at 22:5
8
Solved
With VS2013 Pro I am not able to use "Edit and Continue" when debugging an MFC program. I created a new MFC project to test.
OS is Windows 7 64-bit and I'm running Visual Studio 2013 12.0.30110.00...
Douglassdougy asked 11/3, 2014 at 15:21
2
Solved
I'm using VS 2013 Ultimate with Update 2 on Win 8.1 x64 and VS won't let me use edit and continue on a simple console application. The console app is set to use .net 4.5.1 and AnyCPU but whenever I...
Magog asked 1/7, 2014 at 13:55
3
Solved
I have the following projects in a Visual Studio 2012 solution:
Native (no /clr) static lib project, compiled with /ZI for Edit And Continue.
C++/CLI DLL project, which references the above stati...
Eyeopener asked 23/2, 2014 at 8:14
1
I am developing Windows Phone 8 apps with Visual Studio and not being able to change the code while the app is running makes me crazy. I fall for it everytime. Trying to change the code before stop...
Lunde asked 11/9, 2014 at 13:32
4
Solved
Although Enable Edit and Continue is checked on the Web tab of my ASP.Net MVC 2 project, I cannot in fact change the source code while running. For example, if I try to edit a controller while paus...
Progressive asked 28/5, 2010 at 6:37
1
I have the annoying problem, that since I changed to my new development machine (Win 7, VS 2013), the edit and continue feature in a WPF application (.net 4.0) is not working anymore. If I try to e...
Landsman asked 3/12, 2013 at 13:34
3
Solved
I know that E&C is a controversial subject and some say that it encourages a wrong approach to debugging, but still - I think we can agree that there are numerous cases when it is clearly usefu...
Lepp asked 29/11, 2010 at 12:16
10
Solved
I develop and maintain a large (500k+ LOC) WinForms app written in C# 2.0. It's multi-user and is currently deployed on about 15 machines. The development of the system is ongoing (can be thought o...
Playroom asked 5/10, 2010 at 15:57
3
Solved
Sorry for what seems like it's likely covered in a FAQ/blog somewhere, but my Google-fu is apparently weak. :(
There's a handful of things that the debugging experience in VS 2010 lacks that seems...
Doubletongued asked 5/1, 2012 at 15:27
2
Solved
Is it possible to Edit and Continue in ASP.NET MVC 3 app using Visual Studio 2010? If so, how can I do that?
btw, my OS platform is x86.
Edit: when I hit f5 and then try to edit the code I rece...
Screamer asked 29/5, 2011 at 15:40
1
Solved
Can I make 'Edit-and-continue' = true the default for all new web projects in Visual Studio?
When creating a new web project in Visual Studio 2010 I always forget to enable 'Edit and Continue' until it's "too late". (i.e. until I am editing while debugging and wish I was able to continue)....
Fiance asked 4/6, 2011 at 2:16
5
Solved
I'm trying to get edit-and-continue working with Visual Studio 2008 with an ASP.Net MVC project. I'm running 64-bit, so that adds to the problem.
In Configuration Manager, my active solution platf...
Tycho asked 6/7, 2009 at 17:58
3
Solved
I was wondering if there was a way to completely lock my code while debugging it within Visual Studio 2008. The code documents lock automatically when running as 64 bit applications, which I greatl...
Eri asked 12/1, 2010 at 15:45
3
Solved
I've seen it said in other questions that the Linq query syntax compiles to a Lambda.
So why can you not do edit-and-continue when there is a Lambda expression in the method, while with query nota...
Odum asked 19/8, 2009 at 13:58
38
Solved
Even if I create a clean WinForms project, Edit and Continue doesn't work and gives me the error:
Changes are not allowed when the debugger has been attached to an already running process or the c...
Resnatron asked 18/6, 2009 at 0:40
1 Next >
© 2022 - 2025 — McMap. All rights reserved.