dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.8k stars 374 forks source link

cannot set any breakpoint in Polyglot vscode extension #3446

Open rs38 opened 4 months ago

rs38 commented 4 months ago

cannot set any breakpoint neither click nor F9 in any type of notebook in vscode

Version: 1.0.510102+2c9feb8daff54c194b638d355d18b5428480a786 Library version: 1.0.0-beta.24101.2+2c9feb8daff54c194b638d355d18b5428480a786

Build date: 2024-02-09T07:14:54.0100803Z

repro: fresh install of vscode, .NET8 and Polyglott extension in Win11 Sandbox

any tips on debug msgs?!

jonsequitur commented 4 months ago

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

rs38 commented 4 months ago

thanks! the limitation comes from Polyglot for all supported language?

jonsequitur commented 4 months ago

That's currently for all supported languages.

Support would likely arrive language by language and not all at once.

Expecho commented 4 months ago

@jonsequitur is there any timeline to share, is it likely going to happen sometime? It's quite a useful feature. See also #2099