Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug console doesn't report problem. #57

Open
hongyi-zhao opened this issue May 29, 2021 · 3 comments
Open

Debug console doesn't report problem. #57

hongyi-zhao opened this issue May 29, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@hongyi-zhao
Copy link

hongyi-zhao commented May 29, 2021

Try with the following code snippet:

<< JavaGraphics`
g[x_,y_]:= 6 Exp[x^3] Sin[y]
Plot[g,{x,-20,20,{y,-20,20},PlotRange=All}]

In vscode:

image

In MMA notebook:

image

@kenkangxgwe
Copy link
Owner

It doesn't because I haven't figure out how to capture the messages during evaluation in another kernel. But if you open the log panel, it will emit something.

image

@hongyi-zhao
Copy link
Author

hongyi-zhao commented May 29, 2021

But if you open the log panel, it will emit something.

Yes. As shown below:

image

@kenkangxgwe
Copy link
Owner

kenkangxgwe commented May 30, 2021

I think this can be partially done by wrapping the evaluation with EvaluationData, but I cannot keep them in the same order as FrontEnd. However, it's still the most worthy approach that I can think of. Same for reporting messages.

@kenkangxgwe kenkangxgwe added the enhancement New feature or request label May 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants