Why this feature is gone in .net 2005

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?
 
J

Jon Skeet [C# MVP]

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top