kenkangxgwe / lsp-wl

A Wolfram Language Server
MIT License
214 stars 22 forks source link

No output on debug console with `Print`, but `Echo` doesn't have this problem. #56

Closed hongyi-zhao closed 3 years ago

hongyi-zhao commented 3 years ago

Evaluate in debug console within vscode via lsp-wl:

image

In MMA notebook:

image

Why?

Regards, HY

kenkangxgwe commented 3 years ago

The same issue as #57 , it is unknown to me how to redirect stdout from another kernel. You should see it printed in the log panel.

kenkangxgwe commented 3 years ago

Duplicate of #57