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

Show expression properties in the editor Debugger #117

Open
Frozenfire92 opened this issue May 11, 2024 · 1 comment
Open

Show expression properties in the editor Debugger #117

Frozenfire92 opened this issue May 11, 2024 · 1 comment
Labels
enhancement New feature or request planned The issue has been added to a schedule for implementation.

Comments

@Frozenfire92
Copy link

It would be nice if the debugger in the editor showed the expression properties like in the visual in game one

@derkork derkork added the enhancement New feature or request label May 14, 2024
@derkork
Copy link
Owner

derkork commented May 14, 2024

I'll add an option for that but it may become troublesome if you change the properties every frame or the properties have large values. The bandwidth of the connection between the running program and the editor is limited. I will probably need to add some optimizations and convert the values to strings in the running game.

@derkork derkork added the planned The issue has been added to a schedule for implementation. label Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request planned The issue has been added to a schedule for implementation.
Projects
None yet
Development

No branches or pull requests

2 participants