Getting debugger context in F# interactive

前端 未结 2 1535
情话喂你
情话喂你 2021-01-20 18:52

Is it possible to somehow get the debugger context in F# interactive? For instance, if I hit a breakpoint in C# project then I would like to work with local variables in F#

2条回答
  •  隐瞒了意图╮
    2021-01-20 19:29

    Neither. You need to create an Expression Evaluator for it. Not sure if C# can be extended, but there is a sample in the VS SDK (the 2008 one at least).

提交回复
热议问题