Why this feature is gone in .net 2005

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, friends,

In .net 2003, one may modify the source code while debugging. This was very
convenient since one can program as soon as one find any issues during
debugging.

However, this feature is gone in .net 2005. This made developers really
painful: I have to write down each issue I could find after running the app,
in case that I may forget after terminate application, especially those small
issues, such as font size/color, spelling errors, etc. Sometimes it may take
5 pages!

Any ideas?
 
Andrew said:
In .net 2003, one may modify the source code while debugging. This was very
convenient since one can program as soon as one find any issues during
debugging.

However, this feature is gone in .net 2005. This made developers really
painful: I have to write down each issue I could find after running the app,
in case that I may forget after terminate application, especially those small
issues, such as font size/color, spelling errors, etc. Sometimes it may take
5 pages!

Any ideas?

Wouldn't you want to verify that all of those issues have been solved
by your changes afterwards, requiring the same level of documentation?
 
Back
Top