Skip to content

Debugger will crash when the show method throw an exception. #294

@GuoHaoxuan

Description

@GuoHaoxuan

Debugger will crash when the show method throw an exception.

For example, the following code will make a crash on debugger.

struct Test end
Base.show(io::IO, self::Test) = print(io, wrong_code())  # note: `wrong_code` is not defined
a = Test()

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