OK, did I not set something correctly?
I can't edit my code when I pause my app. Is this another wonderful feature to slow me down in .net?
Tell me it ain't so. :-)
Printable View
OK, did I not set something correctly?
I can't edit my code when I pause my app. Is this another wonderful feature to slow me down in .net?
Tell me it ain't so. :-)
Yep, from what I can tell, it is a "wonderful feature"
That's just for the beta version...Right???
God I Hope Sooo....
Nope, I have the full release version and I cant seem to edit while debugging.
I have the same trouble. I can't edit the code while I'm debuging.
It's a new feature to make me crazy.
I guess they didn't manage to get the edit and continue feature working correctly in the release version.
I guess the problem is that we are debugging executables nowadays, and not interpreted code.
There is an option to allow editing code in debug mode.
If you switch this on, and edit your code in debug mode, you get the choice to recompile (and restart the application), or to continue.
When you continue, the program is not recompiled, so the original code is executed. This can be very confusing.