You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the delay. No, I get this too, and I'm not sure what to do about it. All I do is to readline(STDIN). I believe that @loladiro has a REPL written in Julia in the works; eventually that might be plugged in instead.
Maybe this has something to do with processing the control characters, as control-f, etc, also produce this behavior. This really hurts the usability of the debug package, as every time one needs to input whole expressions again. But I'm not sure how to solve this either.
I'm running OS X with julia 0.2.0-2695.rc5cd44281 and testing the debug package.
Creating a source file with:
and running inside a julia prompt with
include("test.jl")
, if I typea
to see a's value and then an up arrow to traverse the command history, I get:down arrow produces:
The text was updated successfully, but these errors were encountered: