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

variable view not in sync while debugging #17325

Closed
mikhailo opened this issue Feb 11, 2022 · 2 comments
Closed

variable view not in sync while debugging #17325

mikhailo opened this issue Feb 11, 2022 · 2 comments

Comments

@mikhailo
Copy link

What steps will reproduce the problem?

debug a function containing a matrix to be returned. During execution open the matrix view by double clicking it in variable explorer. Watch the variable by advancing in debug mode.
Idia is to watch what happends while clicking, next, next next and see how values are changing in matrix view. However the matrix view ramains unchanged and the only way to see the updated values is to close the view and double click to open the content of the matrix again and again.
It is suboptimal and clumsy, especially when I am in a for loop and watch the changes in my matrix.

Expected behavior: when I click next in debug mode, whatever matrix I am currently watching is getting updated. That is: not only variable explorer to be refreshed but also its children produced by double clicking on the variable view.

@ccordoba12
Copy link
Member

Hey @mikhailo, thanks for reporting. This is a current limitation and it has been brought to our attention several times before.

Unfortunately, this is not an easy problem to solve so it could take us I think more than a year to address it because there are several other things we're working on at the moment too.

@ccordoba12
Copy link
Member

I'm going to close this as a duplicate of issue #6325.

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