Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I am using Visual-Studio 2010. I could not edit while debugging.

I checked the option

TOOLS - OPTION - DEBUGGING - EDIT AND CONTINUE
Enable edit and continue is check box checked :confused:

Though I couldn't edit the code while debugging.

Help me to Solve.
Thanks in advance
Posted
Updated 8-Nov-10 22:40pm

You also have to check the web options. Also, you have to break before you can edit and no optimizations (-> Advanced Compile Options).

http://blogs.msdn.com/b/webdevelopertips/archive/2008/11/26/tip-29-did-you-know-how-to-enable-edit-and-continue-feature-for-web-application-projects.aspx[^]

Good luck!
 
Share this answer
 
Tools->Options->Debugging->Edit and Continue->(Right Side) Uncheck edit and continue
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900