Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

F# Debugger in VS Code Polyglot (Interactive) Notbook

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.

like image 407
rfreytag Avatar asked Jun 07 '26 11:06

rfreytag


1 Answers

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

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

like image 122
Falco Alexander Avatar answered Jun 10 '26 17:06

Falco Alexander