I am encountering this problem [see title] when debugging a unit test in Visual Studio 2010.
In the Locals menu, the error: "The value of the local or argument 'x' is unobtainable at this time." appears in the Value column of all my List<T
> variables.
Both my unit test project and the project being tested have the "build output debug info" attribute set to full.
How do I "watch" these variables?