Debugger.jl
Debugger.jl copied to clipboard
better printing for variable names
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.