Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting debugger context in F# interactive

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# interactive, the same way I can work with them in immediate window. Is there any way to do so? Or do I need to create a debugger visualizer for that?

like image 271
Max Avatar asked Feb 17 '26 17:02

Max


1 Answers

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).

like image 120
leppie Avatar answered Feb 19 '26 11:02

leppie



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!