Skip to content

Up/down arrows not working properly with command history #49

@cmmp

Description

@cmmp

I'm running OS X with julia 0.2.0-2695.rc5cd44281 and testing the debug package.

Creating a source file with:

using Debug

@debug function f(a,b)
    @bp
    a + b
end

f(1,2)

and running inside a julia prompt with include("test.jl"), if I type a to see a's value and then an up arrow to traverse the command history, I get:

debug:4> ^[[A

down arrow produces:

debug:4> ^[[B

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions