-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
Expression Evaluater (REPL support with inspector sequential results) #76736
Conversation
LinqLover
commented
May 4, 2023
•
edited
Loading
edited
3be1f14
to
3109fae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Visual Script support was removed in 4.0.
The old issue and its proposal aren't well-written and don't explain anything, although, they have a lot of support... I still don't really get what this is though. Could someone explain? |
Well, in a nutshell, it should enable users to evaluate custom queries during debugging, and all evaluation results are displayed in a list. This is a common feature to many delivery, it improves interactivity and explorability, it would be great to see this in Godot, too. |
Dooooon't wooorry I'm back to the Godot Universe. I'll take care of all of my PRs sooon. |
I get the following error when building this PR rebased against the latest
Changing the path in that file to After making this change, it works when rebased on The following errors are printed after evaluating the 4 lines in the above screenshot:
This could be surfaced more obviously in the UI when on the Evaluator tab, as it's not obvious that a variable you're requesting does not exist (or there's a syntax error). |
Superseded by #97647 |