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

Implement on-demand variable fetching #31

Open
Kuree opened this issue Oct 23, 2021 · 0 comments
Open

Implement on-demand variable fetching #31

Kuree opened this issue Oct 23, 2021 · 0 comments

Comments

@Kuree
Copy link
Owner

Kuree commented Oct 23, 2021

For generator frameworks where the instances can appear as a local variable, we can actually encoded and make it readable through the debugger. This requires couple changes

  1. Local variables or generator variables linking, which implies that the variable table needs a flag which indicates whether it is a instance. The value can be mapped to the instance_id if required.
  2. Communication between the runtime and the debugger. VSCode require a variable handle so needs to refactor how it's reading out variable handles.
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

1 participant