F# Debugger in VS Code Polyglot (Interactive) Notbook

98 views Asked by At

Is there an F# debugger extension for use in VS Code Polyglot (formerly Interactive) Notebooks?

I need to see what is happening to my data structures in my Polyglot F# code. It owuld be great to see their values during runtime.

I've had to give up and return to a VS Pro Console app but would prefer to use VS Code and Polyglot if there is an available F# debugger extension?

Thank you.

1

There are 1 answers

0
Falco Alexander On

No. "Polyglot Notebooks doesn't currently support the use of a debugger within a notebook"

https://github.com/dotnet/interactive/issues/3446#issuecomment-1938980253