|
-
Jun 21st, 2002, 10:09 AM
#1
Thread Starter
Lively Member
Edit code while debugging??
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. :-)
-
Jun 21st, 2002, 02:47 PM
#2
Hyperactive Member
Yep, from what I can tell, it is a "wonderful feature"
-
Jun 21st, 2002, 08:35 PM
#3
PowerPoster
That's just for the beta version...Right???
God I Hope Sooo....
-
Jun 24th, 2002, 07:46 AM
#4
Nope, I have the full release version and I cant seem to edit while debugging.
-
Jun 25th, 2002, 02:35 AM
#5
Member
I have the same trouble. I can't edit the code while I'm debuging.
It's a new feature to make me crazy.
-
Jun 25th, 2002, 03:39 AM
#6
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|