Edit/Continue with anonymous methods
- From: Russell Hind <no@xxxxx>
- Date: Tue, 08 May 2007 09:38:31 +0100
I realise edit & continue can't be used inanonymous methods, in methods which contain anonymous methods in VS2005.
Not being able to edit an anonymous method isn't a huge issue, but not being able to edit any method that contains an anonymous method is quite limiting.
Does anyone know if this is planned to be addressed in the next issue of VS?
The problme for us is that edit & continue has proved to be hugely useful, as some of our test runs can take hours to complete and to get half way through and be able to edit the code without restarting saves huge amounts of time. But currently we disallow using anonymous methods because they prevent this in any method you use one.
From looking at the information available for C# 3, anonymous methods will become more widely used (with LINQ etc) and so the areas we can edit and continue are just going to be reduced in the next version.
Cheers
Russell
.
- Follow-Ups:
- Re: Edit/Continue with anonymous methods
- From: Bryan Phillips
- Re: Edit/Continue with anonymous methods
- Prev by Date: Web App and DLL project-- debugging both at once
- Next by Date: Problem with exceptions
- Previous by thread: Web App and DLL project-- debugging both at once
- Next by thread: Re: Edit/Continue with anonymous methods
- Index(es):
Loading