We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
With the function
function f() var"1"=2 return 1 end
running @enter f() followed by fr gives the result:
@enter f()
fr
| 1::Int64 = 2
Ideally, this would print as var"1". I'm not 100% sure this is a debugger issue though.
var"1"
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
With the function
running
@enter f()
followed byfr
gives the result:Ideally, this would print as
var"1"
. I'm not 100% sure this is a debugger issue though.The text was updated successfully, but these errors were encountered: