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

better printing for variable names #314

Open
oscardssmith opened this issue Apr 12, 2022 · 0 comments · May be fixed by #331
Open

better printing for variable names #314

oscardssmith opened this issue Apr 12, 2022 · 0 comments · May be fixed by #331

Comments

@oscardssmith
Copy link

With the function

function f()
    var"1"=2
    return 1
end

running @enter f() followed by fr gives the result:

  | 1::Int64 = 2

Ideally, this would print as var"1". I'm not 100% sure this is a debugger issue though.

@BenPH BenPH linked a pull request Apr 23, 2023 that will close this issue
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