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

debug visualizer doesn't get frame id correctly when selecting frame from call stack #169

Open
ono-max opened this issue Dec 7, 2022 · 0 comments

Comments

@ono-max
Copy link
Contributor

ono-max commented Dec 7, 2022

Sample script(Ruby)

a=1
def foo()
  a = 3
end
foo()
puts a

When I select frame id, which is the location of the caller of function foo(), I should get the value of a(which is 1), but I can't get it in debug visualizer. It would be great if we support it.

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

Successfully merging a pull request may close this issue.

1 participant