.net - 为什么是 "Evaluation of lambda expressions is not valid in the debugger"?

标签 .net visual-studio visual-studio-2008 debugging lambda

我有一个看似无辜的代码片段,我将其输入到 Visual Studio 2008 即时窗口中。

? results.Join(lstDocs, Function(docID) docID)
Evaluation of lambda expressions is not valid in the debugger.

正如消息所说,无法在调试器中调用 lambda 表达式。

为什么不允许?

最佳答案

关于.net - 为什么是 "Evaluation of lambda expressions is not valid in the debugger"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1907983/

相关文章:

visual-studio - Visual Studio 2010 IntelliSense 不选择默认值 - 它只是对其进行标记

asp.net - 发布asp.net网站给 "Object reference not set to an instance of an object."错误

c# - 为什么 Microsoft Visual C# 2008 Express Edition 调试器随机退出?

.net - SendKeys.SendWait在Windows 7中不发送 "{ENTER}"

c# - Log4Net smtp appender 仅在出现完整日志(调试和信息和错误)错误时发送电子邮件。仅当应用程序结束时

.net - 为列表添加事件处理程序

c# - 在 Visual Studio 201x 中关闭 #region 的自动格式化

windows - 如何安装 Orca - 哪些 Windows SDK 包含 Orca MSI 编辑工具?

c# - DataGridView CellFormatting 事件未触发

.net - 我可以在 Word 或 Excel 中创建撤消事务吗? (VSTO)