I am curious to know if there is a way to edit code in C# VS 2008 right when it has hit a breakpoint and I am walking thru the code... can I modify the code (such as the value i
To solve this problem I did the following...
BUILD > CONFIGURATION MANAGER
Active solution configuration: DEBUG project context configuration: DEBUG
then TOOLS > OPTIONS > DEBUGGING > EDIT & CONTINUE make sure edit & continue is selected
then BUILD > CLEAN SOLUTION then BUILD > REBUILD SOLUTION
Then start debug, then pause, then your code should be editable