Skip to content

better printing for variable names #314

@oscardssmith

Description

@oscardssmith

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions