In a project I'm involved in I have to do some VB.NET. Not really my favourite language but everybody can program in VB. VB has a strange feature, when debugging you cannot edit a single character in the code editor. In C# you can type whatever you want while debugging. Don't expect the running program to update itself, but that's logical (to a C# programmer). Whidbey will have the return of “Edit and Continue” in vb. There you can edit your source and will even see the results immiadeately in the running program. Vb-people are lyrical about that. If you can either edit or run your app in the current vs.net, any change would be more than welcome.
If this is just a setting, would somebody please be so kind to tell me where to change it ?
Peter