Search code examples
c#visual-studiovisual-studio-2008linqedit-and-continue

LINQ debug time code change... is it possible in vs2008?


is there any ways to accomplish this? it is really annoying having to restart every time.


Solution

  • No this is not possible. C# does not allow ENC anywhere in a method which contains a LINQ expression. VB.Net allows you to edit within the same method as a LINQ expression as long as you don't actually edit the structure of the LINQ query.