Getting debugger context in C# interactive

前端 未结 2 693
被撕碎了的回忆
被撕碎了的回忆 2020-12-29 18:42

C# Interactive seems a lot more powerful than the Immediate Window (at least it handles lambda expressions that are often used in LINQ - see Visual Studio debugging "qu

2条回答
  •  忘掉有多难
    2020-12-29 19:28

    Disclaimer: I work for Microsoft on the Roslyn team.

    Unfortunately, we don't have a way to get the debugger context right now. We are aware that it would useful, and as we get more of the core deliverables for Roslyn completed we hope to investigate more and see what can be done.

提交回复
热议问题