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

In Aseba Studio, memory usage, variables_total_size displayed instead of bytecode_total_size #899

Closed
ypiguet-epfl opened this issue Jan 18, 2021 · 0 comments
Assignees

Comments

@ypiguet-epfl
Copy link
Collaborator

In Aseba Studio, when "Show memory usage" is enabled in menu View, the total memory amount available for bytecode displayed at the bottom of the window (what follows the slash) shows wrongly the total memory amount available for variables.

Fix suggestion: in file aseba/clients/studio/NodeTab.cpp in method NodeTab::updateMemoryUsage, in the expression for bytecodeText (not for variableText), replace .arg(res.variables_total_size()) with .arg(res.bytecode_total_size())

@mbonani mbonani self-assigned this Jan 18, 2021
@mbonani mbonani added this to the Thymio Suite 2.2.x milestone Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants