njpipeorgan / wolfram-language-notebook

Notebook support for Wolfram Language in VS Code
Apache License 2.0
159 stars 11 forks source link

Live Print Output #19

Closed BoGGoG closed 2 years ago

BoGGoG commented 2 years ago

Thank you for this plugin!

Is your feature request related to a problem?

The output only appears at the end of the evaluation. However, often if one encounters problems, the cell will never fully evaluate. Stopping the cell leads to no output at all. This makes debugging really hard.

Describe the solution you'd like

Live print output like in Mathematica notebooks. If possible also PrintTemporary output.

Additional context

Example code:

Do[
    Print[i]; Pause[1]
    , {i, 1, 5}
]
njpipeorgan commented 2 years ago

Thanks for the feedback. It should be a bug; I'll investigate this issue and get back to you.

njpipeorgan commented 2 years ago

The issue has been resolved in 8c66289.