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:
down arrow produces:
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 typeato see a's value and then an up arrow to traverse the command history, I get:down arrow produces: