Debugger.jl icon indicating copy to clipboard operation
Debugger.jl copied to clipboard

better printing for variable names

Open oscardssmith opened this issue 3 years ago • 0 comments

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.

oscardssmith avatar Apr 12 '22 20:04 oscardssmith