Why would Visual Studio 2010 say it can't show a variable during debug?

后端 未结 2 1602
走了就别回头了
走了就别回头了 2021-01-18 11:19

In Visual Studio 2010 sometimes when I want to get the value of a variable while debugging, it tells me that it \"does not exist in

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-18 11:51

    Is GetListOfFileNames() deferring execution? Try tacking .ToList() on it.

提交回复
热议问题