views:

45

answers:

2

I am working in Visual studio 2008 and would like to be able to use Linq in a watch window.

Is there a tool that will allow me to do that?

+2  A: 

I have not used this addin personally, but it looks like it does what you are asking for through an extended immediate window (instead of the watch window). Extended Immediate Window

Matt Dearing
+1  A: 

This isn't quite what you're asking for, but something like this might help you when debugging LINQ:

LINQPad

Paddy